Esempio n. 1
0
 /// <summary>
 /// 获得数据列表
 /// </summary>
 public static DataSet GetList(int Top, string strWhere, string filedOrder)
 {
     return(OCSStatusDAL.GetList(Top, strWhere, filedOrder));
 }
Esempio n. 2
0
 public static int DeleteBy(string strWhere)
 {
     return(OCSStatusDAL.DeleteBy(strWhere));
 }
Esempio n. 3
0
 /// <summary>
 /// 删除一条数据
 /// </summary>
 public static bool Delete(int carId)
 {
     return(OCSStatusDAL.Delete(carId));
 }
Esempio n. 4
0
 /// <summary>
 /// 是否存在该记录
 /// </summary>
 public static bool ExistsBy(string strWhere)
 {
     return(OCSStatusDAL.ExistsBy(strWhere));
 }
Esempio n. 5
0
 public static int getCountByLine(string line)
 {
     return(OCSStatusDAL.getCountByLine(line));
 }
Esempio n. 6
0
 /// <summary>
 /// 是否存在该记录
 /// </summary>
 public static bool Exists(int carId)
 {
     return(OCSStatusDAL.Exists(carId));
 }