Example #1
0
 public Task<IDeliveryInformation> GetDeliveryInformation(IDeliveryRequest request, CancellationToken ct = default)
 {
     if (!(request is ))
 }
Example #2
0
 public Task<IDelivery> CreateDelivery(IDeliveryRequest request, CancellationToken ct = default)
 {
     throw new System.NotImplementedException();
 }
 public IDeliveryInformation NewDeliveryInformation(IDeliveryRequest request, decimal cost)
 {
     throw new System.NotImplementedException();
 }