예제 #1
0
 public void Post([FromUri] string displayId, [FromBody] InputText input)
 {
     DisplayHandler.RenderText(displayId, input.Text);
 }