コード例 #1
0
 public async Task <DinazorResult <UserDto> > GetById(long id)
 {
     return(await _userOperation.GetById(id));
 }