Example #1
0
 /// <summary>
 /// Date Created:   23/12/2011
 /// Created By:     Josephine Gad
 /// (description)   Insert vendor branch Rank Exception
 /// </summary>
 public static Int32 InsertHotelHotelBranchRankException(string BranchRankExceptionID,
                                                         string BranchID, string RankID, string CreatedBy)
 {
     try
     {
         Int32 pBranchRankExceptionID = 0;
         pBranchRankExceptionID = VendorMaintenanceDAL.InsertHotelHotelBranchRankException(BranchRankExceptionID,
                                                                                           BranchID, RankID, CreatedBy);
         return(pBranchRankExceptionID);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }