public ProductService(BuyEasyDbContext context)
 {
     _dbContext = context;
 }
Beispiel #2
0
 public UserController(BuyEasyDbContext context)
 {
     _context = context;
 }