コード例 #1
0
 public List <order> GetUnshippedOrders()
 {
     return(_shipStationService.GetUnshippedOrders());
 }