示例#1
0
 public async Task <IActionResult> Update([FromBody] ActionPlan item)
 {
     return(Ok(await _actionPlanService.Update(item)));
 }