コード例 #1
0
        public List <Base.User.UserQueryModelInfo> GetModelRightListByPostID(string _postID)
        {
            OraUserManagerFactroy _of = new OraUserManagerFactroy();

            return(_of.GetModelRightListByPostID(_postID));
        }