public DepartmentService(MVCSalesSolutionContext context)
 {
     _context = context;
 }
 public DepartmentsController(MVCSalesSolutionContext context)
 {
     _context = context;
 }
Example #3
0
 public SellerService(MVCSalesSolutionContext context)
 {
     _context = context;
 }