Exemple #1
0
 public static bool UpdateForeignCustomerTaxPercent(int num)
 {
     return(RoomLeaseDAO.UpdateForeignCustomerTaxPercent(num));
 }
Exemple #2
0
 public static bool InsertRoomLeasePayment(string roomID, Int64 price)
 {
     return(RoomLeaseDAO.InsertRoomLeasePayment(roomID, price));
 }