Example #1
0
 public Boolean Post(int id, [FromBody] PDAnswers[] pdAnswers)
 {
     return(PR.SubmitPDTest(id, pdAnswers));
 }