Beispiel #1
0
 public bool Update(CommentType commenttype ,int old_commentTypeId)
 {
     CommentTypeDAC commenttypeComponent = new CommentTypeDAC();
     return commenttypeComponent.UpdateCommentType( commenttype.CommentTypeName,  old_commentTypeId);
 }
Beispiel #2
0
 public bool Update( string CommentTypeName,  int Original_CommentTypeId)
 {
     CommentTypeDAC commenttypeComponent = new CommentTypeDAC();
     return commenttypeComponent.UpdateCommentType( CommentTypeName,  Original_CommentTypeId);
 }