Exemplo n.º 1
0
 public bool AktualisiereAutor(int ID, string Name)
 {
     return(Data.AktualisiereAutor(ID, Name));
 }