Ejemplo n.º 1
0
        public async Task <IActionResult> CompleteDelivery(int loadingPlaceId)
        {
            await deliveryService.CompleteDelivery(loadingPlaceId);

            return(RedirectToAction("LoadingPlaceDetail", new { loadingPlaceId }));
        }