public EstoqueMovimentacaoColaboradorApplicationServiceBase(IEstoqueMovimentacaoColaboradorService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("EstoqueMovimentacaoColaborador");
     this._validatorAnnotations = new ValidatorAnnotations <EstoqueMovimentacaoColaboradorDto>();
     this._service = service;
     this._user    = user;
 }
Exemplo n.º 2
0
 public EstoqueMovimentacaoColaboradorApplicationService(IEstoqueMovimentacaoColaboradorService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache, user)
 {
 }