FT.DB.DBDataContext.DeleteComment C# (CSharp) 메소드

DeleteComment() 개인적인 메소드

private DeleteComment ( Comment instance ) : void
instance Comment
리턴 void
    partial void DeleteComment(Comment instance);
    partial void InsertCommentVote(CommentVote instance);
DBDataContext