コード例 #1
0
 public AgreementAppService(IAgreementDomainService agreementDomainService)
 {
     _agreementDomainService = agreementDomainService;
 }
コード例 #2
0
 public AgreementAppService(IAgreementDomainService agreementDomainService,
                            IAgreementReadRepository agreementReadRepository)
 {
     _agreementDomainService  = agreementDomainService;
     _agreementReadRepository = agreementReadRepository;
 }