コード例 #1
0
 public int GetTotalBets(int id)
 {
     return(_customerBL.GetTotalBets(id));
 }