예제 #1
0
 // GET api/problem/5
 public IEnumerable <Problem> Get(string id)
 {
     return(_problemService.GetExpertProblems(id));
 }