コード例 #1
0
 public async Task <IActionResult> changeStateById(int id, string state)
 {
     return(await tacheService.changeStateById(id, state));
 }