コード例 #1
0
 public Problems GetProblems(int problemsId)
 {
     return(_problemsService.GetProblemsById(problemsId));
 }