Ejemplo n.º 1
0
 public int Cancel(bookingBE b, string bookingid)
 {
     return(ob.Cancel(b, bookingid));
 }