Exemple #1
0
 public List <Models.Author> FindAuthors()
 {
     return(_dao.FindAuthors());
 }