Beispiel #1
0
 public bool LoescheBuch(string ISBN)
 {
     return(Data.LoescheBuch(ISBN));
 }