Example #1
0
 /// <summary>
 /// Deletes the excise tax rate.
 /// </summary>
 /// <param name="detailId">The detail id.</param>
 /// <returns>The return value specifying status of the delete action.</returns>
 public int DeleteEventEngineTVDetails(int detailId, int userId)
 {
     return(WSHelper.DeleteEventEngineTVDetails(detailId, userId));
 }