public SalesRecordsService(SalesWebMvcCoreContext context)
 {
     _context = context;
 }
 public SeedingService(SalesWebMvcCoreContext context)
 {
     _context = context;
 }
示例#3
0
 public DepartmentsController(SalesWebMvcCoreContext context)
 {
     _context = context;
 }
示例#4
0
 public SellerService(SalesWebMvcCoreContext context)
 {
     _context = context;
 }
示例#5
0
 public DepartmentService(SalesWebMvcCoreContext context)
 {
     _context = context;
 }