Beispiel #1
0
 public Bet GetBetByFixtureId(int fixtureId, string playerUsername)
 {
     return(_repos.GetBetByFixtureId(playerUsername, fixtureId));
 }