Beispiel #1
0
 public Libro()
 {
     Editorial = new Editorial();
     Categoria = new Categoria();
     Autor     = new Autor();
 }