Exemplo n.º 1
0
 public string GetCoursesOffered(int termId)
 {
     return(JsonConvert.SerializeObject(dao.GetCoursesOffered(termId)));
 }