public DepartmentsController(SalesWebMvcSecondContext context)
 {
     _context = context;
 }
 public SellerService(SalesWebMvcSecondContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public SeedingService(SalesWebMvcSecondContext context)
 {
     _context = context;
 }