Esempio n. 1
0
 public static bool ModificarPrecio(bool Formato3D, double Precio)
 {
     return(DatosCine.ModificarPrecio(Formato3D, Precio));
 }