Пример #1
0
 public List <Book> GetBooksWithUser(string emailAddress)
 {
     return(bookDao.GetBooksWithUser(emailAddress));
 }