コード例 #1
0
ファイル: CustomerAPIs.cs プロジェクト: Proerp/LAVIE12AUG
 public CustomerAPIs(ICustomerAPIRepository customerAPIRepository)
 {
     this.customerAPIRepository = customerAPIRepository;
 }
コード例 #2
0
 public CustomerAPIsController(ICustomerRepository customerRepository, ICustomerAPIRepository customerAPIRepository)
 {
     this.customerRepository    = customerRepository;
     this.customerAPIRepository = customerAPIRepository;
 }