Example #1
0
 public static bool DeleteUserRoles(int userId)
 {
     return(DBRoles.DeleteUserRoles(userId));
 }