示例#1
0
 public IEnumerable <Book> GetUserWishlist(int id)
 {
     return(IUserRepos.GetUserWishlist(id));
 }