コード例 #1
0
ファイル: EGiftService.cs プロジェクト: MarceloSabris/DDD
 public EGiftService(IEGiftHttpService httpService, IAcaoEGiftRepository acaoEGiftRepository)
 {
     this._httpService         = httpService;
     this._acaoEGiftRepository = acaoEGiftRepository;
 }
コード例 #2
0
 public GerarEGiftDomainService(IEGiftHttpService httpService, IAcaoEGiftRepository acaoEGiftRepository)
 {
     this._httpService         = httpService;
     this._acaoEGiftRepository = acaoEGiftRepository;
 }