public void Copy(JointUser joint) { UserId = joint.UserId; ToDoTaskId = joint.ToDoTaskId; }
public JointUser(JointUser joint) { this.Copy(joint); }