Exemple #1
0
 public MyPrincipal()
 {
     this._Identity = new MyIdentity();
     this._Func     = new List <DXInfo.Models.aspnet_Sitemaps>();
 }
Exemple #2
0
 public MyPrincipal(MyIdentity identity, List <DXInfo.Models.aspnet_Sitemaps> lFunc)
 {
     this._Identity = identity;
     this._Func     = lFunc;
 }