Example #1
0
 public GenericRepo(ShopContext context)
 {
     _context = context;
 }
Example #2
0
 public ServiceRepo(ShopContext context)
 {
     _context = context;
 }
Example #3
0
 public EfRepository(ShopContext dbContext)
 {
     _dbContext = dbContext;
 }