public CustomerDemographicTableController(ICustomerDemographicService customerDemographicService)
 {
     _customerDemographicService = customerDemographicService;
 }
Beispiel #2
0
 public CustomerDemographicDetailController(ICustomerDemographicService customerDemographicService)
 {
     _customerDemographicService = customerDemographicService;
 }