Beispiel #1
0
        public IEnumerable <Update> GetUpdates()
        {
            var update = updateRepository.GetAll();

            return(update);
        }