예제 #1
0
 public async Task <IActionResult> Add([FromBody] Content content)
 {
     return(Ok(await _service.CreateAsync(content)));
 }