Example #1
0
 public static bool DeleteRole(int roleId)
 {
     return(DBRoles.Delete(roleId));
 }