public CustomerDemographicTableController(ICustomerDemographicService customerDemographicService)
 {
     _customerDemographicService = customerDemographicService;
 }
Ejemplo n.º 2
0
 public CustomerDemographicDetailController(ICustomerDemographicService customerDemographicService)
 {
     _customerDemographicService = customerDemographicService;
 }