Пример #1
0
 public static string getDeliveryLast(int customerID)
 {
     return(DeliveryController.getDeliveryLast(customerID));
 }