You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
switch (rol)
{
case Roles.Usuario:
// do something
break;
case Roles.Administrador:
// do something break;
case Roles.Invitado:
// do something
break;
default:
break;
}