Example #1
0
 public EFUnitOfWork(DrugStoreDbContext context)
 {
     _context = context;
 }
 public EFRepository(DrugStoreDbContext context)
 {
     _context = context;
 }