Beispiel #1
0
 /// <summary>
 /// Delete the comment based on the commentid, formid and keyid.
 /// </summary>
 /// <param name="keyId"> Reciept or statement information in xml format.</param>
 /// <param name="formId"> The form id  of the form being used.</param>
 /// <param name="commentId"> The commentid of the comment to be deletd.</param>
 public void DeleteComments(int keyId, int formId, int commentId, int userId)
 {
     WSHelper.DeleteComments(keyId, formId, commentId, userId);
 }