예제 #1
0
파일: Draw.cs 프로젝트: angeloDarrow/Keno
 public decimal GetTotalMoneyPaiyable()
 {
     return(Selections.Sum(x => x.AmmountPayable));
 }