public SellerService(WebProjectMVCContext context)
 {
     _context = context;
 }
 public DepartmentsController(WebProjectMVCContext context)
 {
     _context = context;
 }
Exemple #3
0
 public DepartmentService(WebProjectMVCContext context)
 {
     _context = context;
 }