Exemple #1
0
 public AcompanhadoresApplicationServiceBase(IAcompanhadoresService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("Acompanhadores");
     this._validatorAnnotations = new ValidatorAnnotations <AcompanhadoresDto>();
     this._service = service;
     this._user    = user;
 }
Exemple #2
0
 public AcompanhadoresApplicationService(IAcompanhadoresService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache, user)
 {
 }