Beispiel #1
0
 public string ReceiveProduct(ICourierProduct courier)
 {
     return(courier.GetProductType());
 }
Beispiel #2
0
 public void ReceiveProduct(ICourierProduct cv)
 {
     cv.GetToAddress();
     cv.GetFromAddress();
     cv.GetProductType();
 }