File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/EntityDb.Common/Extensions Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,12 @@ public static void AddAuthorizedEntityAuthorizingStrategy<TEntity>(this IService
115115 . AddSingleton < IAuthorizingStrategy < TEntity > , AuthorizedEntityAuthorizingStrategy < TEntity > > ( ) ;
116116 }
117117
118+ /// <summary>
119+ /// Adds implementations of commonly needed interfaces.
120+ /// </summary>
121+ /// <param name="serviceCollection">The service collection.</param>
122+ /// <typeparam name="TEntity">The type of the entity.</typeparam>
123+ /// <typeparam name="TConstructingStrategy">The constructing strategy for the entity.</typeparam>
118124 public static void AddEntity < TEntity , TConstructingStrategy > ( this IServiceCollection serviceCollection )
119125 where TEntity : IVersionedEntity < TEntity >
120126 where TConstructingStrategy : class , IConstructingStrategy < TEntity >
You can’t perform that action at this time.
0 commit comments