예제 #1
0
 public void UpdateAuthor(Models.Author author)
 {
     _dao.UpdateAuthor(author);
 }