FT.DB.DBDataContext.InsertCommentVote C# (CSharp) Method

InsertCommentVote() private method

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