public CustomerController(Services.ICustomerService customerSvc) { _customerService = customerSvc; }
public CustomerController(Services.ICustomerService service) { this.service = service; }