コード例 #1
0
ファイル: InvestorContact.cs プロジェクト: jsingh/DeepBlue
 public InvestorContact(IInvestorContactService investoraddressService)
     : this()
 {
     this.InvestorContactService = InvestorContactService;
 }
コード例 #2
0
 public InvestorContactController(IInvestorContactService service)
 {
     _service = service;
 }