Esempio n. 1
0
 public static int ReportePorPelicula(int id, int desde, int hasta)
 {
     return(DatosCine.ReportePorPelicula(id, desde, hasta));
 }