示例#1
0
 public List <bookingBE> printbill(string bookingid)
 {
     return(ob.printbill(bookingid));
 }