Exemple #1
0
 public bool AddPayBill(int id, string name, int month, string phone, decimal totalprice)
 {
     return(bill.AddPayBill(id, name, month, phone, totalprice));
 }