示例#1
0
        public ReadDataHistory GetLastReadDataHistory(Account loginUser)
        {
            ReadDataInfo _GetReadInfo = new ReadDataInfo(loginUser);

            return(_GetReadInfo.GetLastReadDataHistory());
        }