Пример #1
0
 //public bool existeInsumo(int id)
 //{
 //    if (this.recuperarInsumoPorId(id) != null) { return true; }
 //    return false;
 //}
 public DataTable estadisticasConsulta(string desde, string hasta, int profesional)
 {
     return(oConsultaDao.estadisticasConsulta(desde, hasta, profesional));
 }