示例#1
0
 public GetProblem GetProblem(int id)
 {
     return(_problemRepository.GetProblem(id));
 }