예제 #1
0
        public List <CMS_Schedules_LayTatCa_Result> GetAll()
        {
            var objects = MyContext.CMS_Schedules_LayTatCa().ToList();

            return(objects);
        }