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