コード例 #1
0
 public BusinessLoansServiceClient(IBusinessLoansService businessLoansService, ICompanyDataMapper companyDataMapper)
 {
     _businessLoansService = businessLoansService;
     _companyDataMapper    = companyDataMapper;
 }
コード例 #2
0
 public ConfidentialInvoiceServiceClient(IConfidentialInvoiceService confidentialInvoiceService, ICompanyDataMapper companyDataMapper)
 {
     _confidentialInvoiceService = confidentialInvoiceService;
     _companyDataMapper          = companyDataMapper;
 }