示例#1
0
 public async Task <Card> CardGetAsync(int cardId)
 {
     return((await _gateway.CardGetAsync(cardId).ConfigureAwait(false)).ToUp());
 }