public StatusPagamentoApplicationServiceBase(IStatusPagamentoService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("StatusPagamento");
     this._validatorAnnotations = new ValidatorAnnotations <StatusPagamentoDto>();
     this._service = service;
     this._user    = user;
 }
Beispiel #2
0
 public StatusPagamentoApplicationService(IStatusPagamentoService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache, user)
 {
 }