Example #1
0
 public bool InsertarEditorial(ObjetoEditorial editorial)
 {
     return(usuario.InsertarEditorial(editorial));
 }