コード例 #1
0
 public async Task <IHttpActionResult> add([FromBody] ShortcutsVM entity)
 {
     return(Ok(await shortCutService.InsertAsync(entity)));
 }