Beispiel #1
0
 public bool AddAuthor(string AuthorName)
 {
     return(authorDAL.AddAuthor(AuthorName));
 }