コード例 #1
0
ファイル: UserWordModel.cs プロジェクト: NatShep/TestingGit
 public Example GetRandomExample() =>
 Phrases
 .ToList()
 .GetRandomItem();