public MultipleInputCustomersAndDemographicsController(NorthwindContext context) { _context = context; customerService = new CustomerService(); customerDemographicService = new CustomerDemographicService(); }
public CustomerDemographicsController(NorthwindContext context) { _context = context; customerDemographicService = new CustomerDemographicService(); }