예제 #1
0
 public TestForm Post([FromBody] TestForm form)
 {
     _external.ExternalFunction();
     return(form);
 }