Пример #1
0
 public async Task <IEnumerable <Station> > GetAsync()
 {
     return(await _stationService.GetAllAvailableStations());
 }