示例#1
0
 public async Task <IActionResult> DropPlan(int id)
 {
     return(Ok(await _repo.DropPlan((int)id)));
 }