modules => serviceCollectionExtensions

This commit is contained in:
2021-11-23 22:56:22 +01:00
parent a665a326de
commit 691a660ec3
108 changed files with 1284 additions and 1442 deletions
@@ -11,7 +11,7 @@ namespace zero.Backoffice;
public abstract class _ZeroBackofficeCollectionController<TEntity, TCollection> : ZeroBackofficeController
where TEntity : ZeroIdEntity, new()
where TCollection : ICollectionOperations<TEntity>
where TCollection : IStoreOperations<TEntity>
{
protected TCollection Collection { get; private set; }