private void Init() { Direction = "asc"; Sort = "Name"; TagTypeId = DbUtil.TagTypeId_Personal; TagName = Util2.CurrentTagName; TagOwner = Util2.CurrentTagOwnerId; m = new PeopleSearchInfo(); GetCount = Count; }
public PeopleSearchModel() { Db = DbUtil.Db; Direction = "asc"; Sort = "Name"; TagTypeId = DbUtil.TagTypeId_Personal; TagName = Util2.CurrentTagName; TagOwner = Util2.CurrentTagOwnerId; m = new PeopleSearchInfo(); GetCount = Count; }