Ejemplo n.º 1
0
 public bool IsWithinDeliveryRange(Store store, String deliveryAddress)
 {
     return("NEARBY".Equals(deliveryAddress));
 }