public DepartmentsService(SalesWebMCVContext context)
 {
     _context = context;
 }
 public SalesRecordService(SalesWebMCVContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public SeedingService(SalesWebMCVContext context)
 {
     _context = context;
 }
Esempio n. 4
0
 public SellerService(SalesWebMCVContext context)
 {
     _context = context;
 }
Esempio n. 5
0
 public DepartmentsController(SalesWebMCVContext context)
 {
     _context = context;
 }