Ejemplo n.º 1
0
        public ContentResult GetCourse(string shortname)
        {
            double lol = ctx.GetCourse(shortname);

            return(Content(JsonConvert.SerializeObject(lol), "application/json"));
        }