public SalesRecordService(SalesWebMvc22Context context)
 {
     _context = context;
 }
示例#2
0
 public SeedingService(SalesWebMvc22Context context)
 {
     _context = context;
 }
 public SellerService(SalesWebMvc22Context context)
 {
     _context = context;
 }
示例#4
0
 public DepartmentService(SalesWebMvc22Context context)
 {
     _context = context;
 }