Exemple #1
0
 /// <summary>
 /// 是否存在该记录
 /// </summary>
 public bool Exists(int Id)
 {
     return(dal.Exists(Id));
 }
Exemple #2
0
 /// <summary>
 /// 是否存在该记录
 /// </summary>
 public bool Exists(int Rl_ID)
 {
     return(dal.Exists(Rl_ID));
 }
Exemple #3
0
 /// <summary>
 /// 是否存在该记录
 /// </summary>
 public bool Exists(string RoleCode)
 {
     return(dal.Exists(RoleCode));
 }