Exemple #1
0
 public bool RoleExists(int roleid)
 {
     return(BusinessUtil.RoleExists(roleid));
 }