コード例 #1
0
 public async Task <ShipStationShipmentViewModel> GetShipmentsByOrderNumber(string orderNumber)
 {
     return(await _shipStationService.GetShipmentsByOrderNumber(orderNumber));
 }