コード例 #1
0
ファイル: CustomerController.cs プロジェクト: kimx/Examples
 public CustomerController(Services.ICustomerService customerSvc)
 {
     _customerService = customerSvc;
 }
コード例 #2
0
 public CustomerController(Services.ICustomerService customerSvc)
 {
     _customerService = customerSvc;
 }
コード例 #3
0
 public CustomerController(Services.ICustomerService service)
 {
     this.service = service;
 }