Exemplo n.º 1
0
 /// <see cref="IUserController"/>
 public List <Book> RetrieveAllBooks()
 {
     return(bookDAO.FindAll());
 }