/// <summary> /// /// </summary> /// <returns></returns> public IEnumerable <ConsultaDto> Selecionar() { return(_consultaRepositorio.Selecionar()); }