Skip to content

Commit

Permalink
documentation / removed unused using
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemodus-brandon committed Jul 13, 2024
1 parent d34043e commit 1d04689
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Linq.Expressions;
using System.Reflection;
using CMS.ContentEngine;
using XperienceCommunity.DataContext.Extensions;

namespace XperienceCommunity.DataContext
{
Expand Down
2 changes: 1 addition & 1 deletion src/XperienceCommunity.DataContext/DependencyInjection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static class DependencyInjection
/// </summary>
/// <param name="services">The <see cref="IServiceCollection"/> to add the services to.</param>
/// <param name="cacheInMinutes"></param>
/// <returns>The modified <see cref="XperienceContextBuilder"/>.</returns>
/// <returns>The <see cref="IServiceCollection"/>.</returns>
public static IServiceCollection AddXperienceDataContext(this IServiceCollection services, int? cacheInMinutes)
{
services.AddScoped(typeof(IContentItemContext<>), typeof(ContentItemContext<>));
Expand Down

0 comments on commit 1d04689

Please sign in to comment.