Пример #1
0
 public Models.Author FindAuthorById(int id)
 {
     return(_dao.FindAuthorById(id));
 }