Пример #1
0
 public bool SpeichereBuch(int Autoren_id, string ISBN, string Titel)
 {
     return(Data.SpeichereBuch(Autoren_id, ISBN, Titel));
 }