コード例 #1
0
 public async Task <IEnumerable <DeliveryTimeDto> > Get(DateTime currentDate, int horizon)
 {
     return(await _service.Get(currentDate, horizon));
 }