예제 #1
0
 public static ShipmentPath FindBestShippingPath(ILocationDto source, ILocationDto destination)
 {
     return(new ShipmentPath()
     {
     });
 }
예제 #2
0
 public static ShipmentMethod FindBestShippingMethod(ILocationDto source, ILocationDto destination)
 {
     return(ShipmentMethod.EstrangedParticleBump);
 }