コード例 #1
0
 async public Task <IList <GiftStockQuote> > GetStockGiftQuotes()
 {
     return(await _saveService.GetStockGiftQuotes());
 }