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