Example #1
0
 public IHttpActionResult GetBus(int id)
 {
     return(Ok(busService.GetBus(id)));
 }