コード例 #1
0
 internal SimpleTaskCommentBuilder(TaskCommentRequest comment, int taskId) : base(comment)
 {
     TaskId = taskId;
 }
コード例 #2
0
 internal FormTaskCommentBuilder(TaskCommentRequest comment) : base(comment)
 {
 }
コード例 #3
0
 internal SimpleTaskCommentBuilder(TaskCommentRequest comment) : base(comment)
 {
 }
コード例 #4
0
 protected TaskCommentBuilderBase(TaskCommentRequest comment)
 {
     Comment = comment;
 }