Пример #1
0
 /// <summary>
 /// Method that returns the data which will be displayed in the table
 /// Metodo que devuelve los datos que seran mostrados en la tabla
 /// </summary>
 /// <returns>A DataTable with the data --- Un DataTable con los datos</returns>
 public DataTable mostrarDatos(int id)
 {
     return(gestor.mostrarDatos(id));
 }