Esempio n. 1
0
 /// <summary>
 /// 是否存在该记录
 /// </summary>
 public bool Exists(int id)
 {
     return(dal.Exists(id));
 }
Esempio n. 2
0
 /// <summary>
 /// 是否存在该记录
 /// </summary>
 public bool Exists(string type, string user_name)
 {
     return(dal.Exists(type, user_name));
 }