コード例 #1
0
 public bool DeleteCar(int id)
 {
     return(repo.DeleteCar(id));
 }