Example #1
0
 /// <summary>
 /// Date Created:   21/12/2011
 /// Created By:     Josephine Gad
 /// (description)   Insert vendor branch Department Stripe
 /// </summary>
 public static Int32 InsertHotelHotelBranchDeptStripe(string DeptStripeID, string BranchID, string DepartmentID,
                                                      string Stripes, string CreatedBy)
 {
     try
     {
         Int32 BranchDeptStripeID = 0;
         BranchDeptStripeID = VendorMaintenanceDAL.InsertHotelHotelBranchDeptStripe(DeptStripeID, BranchID, DepartmentID, Stripes, CreatedBy);
         return(BranchDeptStripeID);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }