Beispiel #1
0
 public static decimal GetRefundAmt(long bookingId)
 {
     DataLayer.Booking book = new DataLayer.Booking();
     return(book.GetRefundAmt(bookingId));
 }