Exemple #1
0
        public async Task <IEnumerable <Shipper> > GetAll()
        {
            var shipperList = await _shipperService.List();

            return(shipperList);
        }