public UserRepository(IHomeHelperDbContext context)
 {
     _context = context;
 }
 public BasketItemRepository(IHomeHelperDbContext context)
 {
     _context = context;
 }
Example #3
0
 public MedicamentsRepository(IHomeHelperDbContext context)
 {
     _context = context;
 }
Example #4
0
 public FoodRepository(IHomeHelperDbContext context)
 {
     _context = context;
 }
 public RefreshTokenRepository(IHomeHelperDbContext context)
 {
     _context = context;
 }