示例#1
0
 public CustomerController(Services.ICustomerService customerSvc)
 {
     _customerService = customerSvc;
 }
示例#2
0
 public CustomerController(Services.ICustomerService customerSvc)
 {
     _customerService = customerSvc;
 }
 public CustomerController(Services.ICustomerService service)
 {
     this.service = service;
 }