コード例 #1
0
 public Car GetCar(int id)
 {
     return
         (ctx.GetSingle(id));
 }