Beispiel #1
0
 public bool AddBill(string phone, decimal?totalprice, int month)
 {
     return(bill.AddBill(phone, totalprice, month));
 }