public SalesRecordService(SalesWebSystemMvcContext context)
 {
     _context = context;
 }
Exemple #2
0
 public SellerService(SalesWebSystemMvcContext context)
 {
     _context = context;
 }
Exemple #3
0
 public DepartmentsController(SalesWebSystemMvcContext context)
 {
     _context = context;
 }
 public DepartmentService(SalesWebSystemMvcContext context)
 {
     _context = context;
 }