Ejemplo n.º 1
0
        //calls the action in service DAlayer which displays all book present in the wishlist
        public WishListStatus displayAllItems(int userid)
        {
            WishListStatus a = service.displayAllItems(userid);

            return(a);
        }