コード例 #1
0
 public void GivePackageToRecipient(Customer customer, Package package)
 {
     _station.GivePackageToRecipient(customer, package);
 }