public SalesRecordService(SalesWEBMVCContext context)
 {
     _context = context;
 }
 public DepartmentsController(SalesWEBMVCContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public SellerService(SalesWEBMVCContext context)
 {
     _context = context;
 }
 public SeedingService(SalesWEBMVCContext context)
 {
     _context = context;
 }
 public DepartmentService(SalesWEBMVCContext context)
 {
     _context = context;
 }