コード例 #1
0
 ///<inheritdoc/>
 protected override async Task <User> GetEntityByKeyAsync(UserDto dto, CancellationToken cancellationToken = default)
 => await _dmn.GetByKeyAsync(dto.Id, cancellationToken);