Beispiel #1
0
 public async Task <IActionResult> ShippingSelection()
 {
     return(View(await _orders.GetShippings()));
 }