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