Beispiel #1
0
        public IActionResult Shipped()
        {
            var shipped = getPackagesService.GetShippedPackages();

            return(this.View(shipped));
        }