Exemplo n.º 1
0
 public void SaveAuthor(Models.Author author)
 {
     _dao.SaveAuthor(author);
 }