public InfraestruturaPopApplicationServiceBase(IInfraestruturaPopService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("InfraestruturaPop");
     this._validatorAnnotations = new ValidatorAnnotations <InfraestruturaPopDto>();
     this._service = service;
     this._user    = user;
 }
Exemplo n.º 2
0
 public InfraestruturaPopApplicationService(IInfraestruturaPopService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache, user)
 {
 }