Ejemplo n.º 1
0
 public List <Bet> GetAllByMarketId(string marketId)
 {
     return(BetRepository.GetAllByMarketId(marketId));
 }