Beispiel #1
0
 public async Task <List <Direction> > GetDirections()
 {
     return(await _directionsService.GetDirections());
 }