public async Task <IActionResult> SubmitForm(RoleEntity input) { var result = await _roleServices.AddOrUpdateAsync(input); return(Json(result)); }