Example #1
0
 public EGiftService(IEGiftHttpService httpService, IAcaoEGiftRepository acaoEGiftRepository)
 {
     this._httpService         = httpService;
     this._acaoEGiftRepository = acaoEGiftRepository;
 }
 public GerarEGiftDomainService(IEGiftHttpService httpService, IAcaoEGiftRepository acaoEGiftRepository)
 {
     this._httpService         = httpService;
     this._acaoEGiftRepository = acaoEGiftRepository;
 }