public StatusDoUsuarioApplicationServiceBase(IStatusDoUsuarioService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("StatusDoUsuario");
     this._validatorAnnotations = new ValidatorAnnotations <StatusDoUsuarioDto>();
     this._service = service;
     this._user    = user;
 }
示例#2
0
 public StatusDoUsuarioApplicationService(IStatusDoUsuarioService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache, user)
 {
 }