예제 #1
0
 // POST api/problem
 public string Post([FromBody] Problem problem)
 {
     return(_problemService.AddProblem(problem));
 }