예제 #1
0
 public async ValueTask<IEnumerable<LotteryEntry>> GetEntriesAsync()
 {
     return await entrySet.ValuesAsync();
 }