public async Task <IEnumerable <Asistencia> > GetAcceptedByMeet(int IdReunion) { return(await _repository.GetAcceptedByMeet(IdReunion)); }