Example #1
0
 public static Boolean TieneRol(this HttpSessionStateBase Session, Int32 RolId)
 {
     return(Session.GetRolId() == RolId);
 }