示例#1
0
 public DepartmentsController(Sales_web_MVCContext context)
 {
     _context = context;
 }
示例#2
0
 public SalesRecordService(Sales_web_MVCContext context)
 {
     _context = context;
 }
 public DepartmentService(Sales_web_MVCContext context)
 {
     _context = context;
 }
示例#4
0
 public SellersService(Sales_web_MVCContext context)
 {
     _context = context;
 }