コード例 #1
0
 public int AddBet(Bet NewData)
 {
     return(Dal.AddBet(NewData));
 }