public DepartmentService(ProjectSalesWebMvcContext context) { _context = context; }
public DepartmentsController(ProjectSalesWebMvcContext context) { _context = context; }
public SalesRecordService(ProjectSalesWebMvcContext context) { _context = context; }
public SellerService(ProjectSalesWebMvcContext context) { _context = context; }