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