Пример #1
0
 public bool AddBillInf(int id, string phone, DateTime TGBD, DateTime TGKT, decimal?totalprice)
 {
     return(bill.AddBillInf(id, phone, TGBD, TGKT, totalprice));
 }