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

InsertCommentVote() 개인적인 메소드

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