Ejemplo n.º 1
0
 public static CLayer.Booking GetAllGDSCustomerBillingaddress(long BookingId, int UserID)
 {
     DataLayer.Booking book = new DataLayer.Booking();
     return(book.GetAllGDSCustomerBillingaddress(BookingId, UserID));
 }