コード例 #1
0
ファイル: Bookings.cs プロジェクト: RahulAras007/StayBazar
 public static CLayer.Booking GetAllGDSCustomerBillingaddress(long BookingId, int UserID)
 {
     DataLayer.Booking book = new DataLayer.Booking();
     return(book.GetAllGDSCustomerBillingaddress(BookingId, UserID));
 }