示例#1
0
 public async Task <Vehicle> Get(int id)
 {
     return(await _vehiclesService.GetAsync(id));
 }