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;
 }