Beispiel #1
0
        public List <rosh_CalendarEvents> GetEvents()
        {
            var res = new List <rosh_CalendarEvents>();

            try
            {
                res = db.GetEvents().ToList();
            }
            catch (Exception ex)
            {
                _debug(ex, new { }, "");
            }
            return(res);
        }