コード例 #1
0
 public async Task <DinazorResult> SaveList(List <UserDto> tList)
 {
     return(await _userOperation.SaveList(tList));
 }