Esempio n. 1
0
 public TurmaParticipanteApplicationServiceBase(ITurmaParticipanteService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("TurmaParticipante");
     this._validatorAnnotations = new ValidatorAnnotations <TurmaParticipanteDto>();
     this._service = service;
     this._user    = user;
 }
Esempio n. 2
0
 public TurmaParticipanteApplicationService(ITurmaParticipanteService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache, user)
 {
 }