public async Task <IActionResult> OnPostRestoreAsync(params long[] id) { await _service.RestoreAsync(id); return(JsonData(true)); }