예제 #1
0
        public IEnumerable <LogEntity> GetAllLogs()
        {
            var logs = new LogTable();

            return(logs.GetAllActionProcesCloudServices());
        }