예제 #1
0
 public Task <List <CardsModel> > GetTaskAsync()
 {
     return(cardsService.RefreshDataAsync());
 }