Exemple #1
0
 public void EditAuthor(Author author)
 {
     _authorDao.EditAuthor(author);
 }