Exemplo n.º 1
0
        public GlymaSecurityTrimmer(SPWeb web, IGlymaSession glymaSession)
        {
            Web          = web;
            GlymaSession = glymaSession;

            GlymaUser = new SPGlymaUser(Web, GlymaSession);
        }
Exemplo n.º 2
0
        public GlymaSecurityTrimmer(SPWeb web, IGlymaSession glymaSession)
        {
            Web = web;
            GlymaSession = glymaSession;

            GlymaUser = new SPGlymaUser(Web, GlymaSession);
        }