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