public async Task <AjaxResult> CreateAsync([FromBody] UserInputDto input) { return((await _userContract.InsertAsync(input)).ToAjaxResult()); }