public Repository(CatalogProductContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public CategoryRepository(CatalogProductContext context) : base(context)
 {
 }
 public CatalogProductQueryEFCoreRepository(CatalogProductContext catalogProductContext)
 {
     _catalogProductContext = catalogProductContext;
 }
Beispiel #4
0
 public CatalogProductCommandEFCoreRepository(CatalogProductContext catalogProductContext)
 {
     _catalogProductContext = catalogProductContext;
 }
 public UnitOfWork(CatalogProductContext context)
 {
     _context = context;
 }