Esempio n. 1
0
 public void SpecificMessage(int id)
 {
     DeliveryUtility.DeliveryPrint(id, "Online");
 }
Esempio n. 2
0
 public void SpecificMessage(PersonalInformation info, int id)
 {
     DeliveryUtility.DeliveryPrint(info, id, "Online");
 }
Esempio n. 3
0
 public void SpecificMessage(int id)
 {
     DeliveryUtility.DeliveryPrint(id, "Courier");
 }