Exemplo n.º 1
0
 public PrasagAccount(HttpContextBase Context, PrasagMemberManager am)
     : base(Context, am)
 {
 }
Exemplo n.º 2
0
 public PrasagPrincipal(HttpContextBase Context, PrasagIdentity identity, PrasagMemberManager member_am)
 {
     this.member = new PrasagAccount(Context, member_am);
     this.Identity = identity;
 }