示例#1
0
        public List <LogEntity> GetMonthLog(string year, string month)
        {
            LogServices services = new LogServices();

            return(services.GetMonthLog(year, month));
        }