Example #1
0
 public Car GetCar(string id)
 {
     return(_server.GetCar(id));
 }