Esempio n. 1
0
 /// <summary>
 /// 删除一条数据
 /// </summary>
 public static bool Delete(int carId)
 {
     return(OCSStatusDAL.Delete(carId));
 }