Esempio n. 1
0
 // GET api/expert/5
 public IEnumerable <Courses> Get(string id)
 {
     return(_expertService.GetCourses(id));
 }