Exemple #1
0
 public ActionResult <Shipment> Get(int id)
 {
     return(_ShipmentService.FindShipmentWithID(id));
 }