예제 #1
0
 public bool InsertarAutor(ObjetoAutor autor)
 {
     return(usuario.InsertarAutor(autor));
 }