示例#1
0
 public async Task <IEnumerable <Card> > GetAllCards()
 {
     return(await _repo.QueryAsync <Card>(
                _helper.GetAllCardsQuery(),
                new CancellationToken()));
 }