Example #1
0
        public static Int32 InsertHotelBranchVoucher(string createdby, string BranchID, decimal Stripes, decimal VAmount, int DayNo)
        {
            Int32 VoucherID = 0;

            VoucherID = VendorMaintenanceDAL.InsertHotelBranchVoucher(createdby, Convert.ToString(BranchID), Stripes, VAmount, DayNo);
            return(VoucherID);
        }