Beispiel #1
0
 public int AddBet(Bet NewData)
 {
     return(DataBase.AddData(NewData));
 }