Exemplo n.º 1
0
        public List <Models.Calendar> GetRaceCalendar()
        {
            CalendarContext context = new CalendarContext();

            return(context.GetAllRaces());
        }