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; }
public TurmaParticipanteApplicationService(ITurmaParticipanteService service, IUnitOfWork uow, ICache cache, CurrentUser user) : base(service, uow, cache, user) { }