示例#1
0
 public static Boolean TieneRol(this HttpSessionState Session, AppRol Rol)
 {
     return(Session.GetRol() == Rol);
 }