コード例 #1
0
 public IEnumerable <BookDeliveryOption> GetDeliveryCosts(DateTime date)
 {
     return(DeliveryCostCalculator.GetCosts(date));
 }