Esempio n. 1
0
 public DataTable ConsultaDatosProgramacion(string desde, string hasta, string nombre, ref string horasProg)
 {
     return(datos.ConsultaDatosProgramacion(desde, hasta, nombre, ref horasProg));
 }