コード例 #1
0
 public StatusSolicitacaoEstoqueMovimentacaoApplicationServiceBase(IStatusSolicitacaoEstoqueMovimentacaoService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("StatusSolicitacaoEstoqueMovimentacao");
     this._validatorAnnotations = new ValidatorAnnotations <StatusSolicitacaoEstoqueMovimentacaoDto>();
     this._service = service;
     this._user    = user;
 }
コード例 #2
0
 public StatusSolicitacaoEstoqueMovimentacaoApplicationService(IStatusSolicitacaoEstoqueMovimentacaoService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache, user)
 {
 }