예제 #1
0
 public async Task <decimal> GetCurrentGoldPrice() =>
 _queryDispatcher.RunQuery <GetCurrentPriceOfGoldQuery, decimal>(
     new GetCurrentPriceOfGoldQuery());