Beispiel #1
0
 public IEnumerable <Bet> GetAllLotsBet(int LotId)
 {
     return(DataBase.GetAllLotsBet(LotId));
 }