public AgendaColaboradorApplicationServiceBase(IAgendaColaboradorService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("AgendaColaborador");
     this._validatorAnnotations = new ValidatorAnnotations <AgendaColaboradorDto>();
     this._service = service;
     this._user    = user;
 }
Esempio n. 2
0
 public AgendaColaboradorApplicationService(IAgendaColaboradorService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache, user)
 {
 }