public DepartmentService(MVCSalesSolutionContext context)
 {
     _context = context;
 }
 public DepartmentsController(MVCSalesSolutionContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public SellerService(MVCSalesSolutionContext context)
 {
     _context = context;
 }