Пример #1
0
 public List <bookingBE> bookingdetails(string custid)
 {
     return(ob.bookingdetails(custid));
 }