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