public DepartmentService(Sales2019Context context)
 {
     _context = context;
 }
示例#2
0
 public DepartmentsController(Sales2019Context context)
 {
     _context = context;
 }
 public SeedingService(Sales2019Context context)
 {
     _context = context;
 }
 public SellerService(Sales2019Context context)
 {
     _context = context;
 }
示例#5
0
 public SalesRecordService(Sales2019Context context)
 {
     _context = context;
 }