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