示例#1
0
 public async Task <IActionResult> Set(int id, string action) => Json(await columnService.SetAsync(id, action));