Exemple #1
0
 public Uow(ModerStoreDataContext context)
 {
     _context = context;
 }
Exemple #2
0
 public OrderRepository(ModerStoreDataContext context)
 {
     _context = context;
 }
 public ProductRepository(ModerStoreDataContext context)
 {
     _context = context;
 }