Example #1
0
        public IEnumerable <Pallet> Get()
        {
            var model = _repository.List();

            return(model);
        }