Esempio n. 1
0
 public static bool AgregarGenero(string nombre, bool activo)
 {
     return(DatosCine.AgregarGenero(nombre, activo));
 }