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