public DepartmentsController(swmContext context)
 {
     _context = context;
 }
 public DepartmentService(swmContext context)
 {
     _context = context;
 }
 public SalesRecordService(swmContext context)
 {
     _context = context;
 }
Exemple #4
0
 public SellerService(swmContext context)
 {
     _context = context;
 }