コード例 #1
0
 public void DeleteCar(string id)
 {
     MongoService.DeleteCar(id);
 }