Last active
March 15, 2018 07:24
-
-
Save LinZap/ea3e06f39dba193e7a29771e72c6adef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [HttpDelete] | |
| public object sum([FromBody]AddModel body) | |
| { | |
| return new { sum = body.a + body.b }; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment