コード例 #1
0
ファイル: Acceso.cs プロジェクト: aritza15/BibliotecaEntity
 public string BorrarLibro(string isbn)
 {
     return(nuevoAcceso.BorrarLibro(isbn));
 }