Ejemplo n.º 1
0
 /// <summary>
 /// 是否存在该记录
 /// </summary>
 public bool Exists(string C_ID)
 {
     return(dal.Exists(C_ID));
 }