Example #1
0
 public async Task <IMarket> GetMarket(string marketId)
 {
     return(await _repository.GetMarketById(marketId));
 }