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