示例#1
0
文件: Draw.cs 项目: angeloDarrow/Keno
 public decimal GetTotalMoneyPaiyable()
 {
     return(Selections.Sum(x => x.AmmountPayable));
 }