public MyPrincipal() { this._Identity = new MyIdentity();//new MyIdentity(new ynhrMemberManage.Domain.Oper(), new ynhrMemberManage.Domain.Dept(), "MyPrincipal"); this._Func = new List <string>(); }
public MyPrincipal(MyIdentity identity, List <string> lFunc, List <string> allFunc) { this._Identity = identity; this._Func = lFunc; this._allFunc = allFunc; }