コード例 #1
0
 public EstoqueMovimentacaoApplicationServiceBase(IEstoqueMovimentacaoService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("EstoqueMovimentacao");
     this._validatorAnnotations = new ValidatorAnnotations <EstoqueMovimentacaoDto>();
     this._service = service;
     this._user    = user;
 }
コード例 #2
0
 public EstoqueMovimentacaoApplicationService(IEstoqueMovimentacaoService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache, user)
 {
 }