コード例 #1
0
        public List <FunDetailInfo> GetPrivilegeByUserID(WCFAuthInfoVM entity_WCFAuthInfoVM, string str_roleID, RoleType enum_RoleType)
        {
            List <FunDetailInfo> ret = new List <FunDetailInfo>();

            ret = _client.GetPrivilegeByUserID(entity_WCFAuthInfoVM, str_roleID, enum_RoleType);
            return(ret);
        }