Example #1
0
 /// <summary>
 /// Date Created:   23/12/2011
 /// Created By:     Josephine Gad
 /// (description)   Delete vendor branch Rank Exception
 /// </summary>
 public static void DeleteHotelHotelBranchRankException(string BranchRankExceptionID, string DeletedBy)
 {
     try
     {
         VendorMaintenanceDAL.DeleteHotelHotelBranchRankException(BranchRankExceptionID, DeletedBy);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }