Beispiel #1
0
 public async Task <Bus> GetById(int id)
 {
     return(await _busService.GetBusById(id));
 }