public InfraestruturaSiteApplicationServiceBase(IInfraestruturaSiteService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("InfraestruturaSite");
     this._validatorAnnotations = new ValidatorAnnotations <InfraestruturaSiteDto>();
     this._service = service;
     this._user    = user;
 }
 public InfraestruturaSiteApplicationService(IInfraestruturaSiteService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache, user)
 {
 }