예제 #1
0
 public void UpdateIsUseStatus(int Id, int status)
 {
     carDAL.UpdateIsUseStatus(Id, status);
 }