Beispiel #1
0
 public async Task <Station> GetById(int id)
 {
     return(await _service.GetOneById(id));
 }