Exemple #1
0
 public static DataSet getReceta(int id_receta)
 {
     return(Receta_datos.getReceta(id_receta));
 }