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