public async Task <DinazorResult> SaveList(List <UserDto> tList) { return(await _userOperation.SaveList(tList)); }