Example #1
0
        public List <Wish> WishList()
        {
            var list = _repository.WishList();

            return(list);
        }