Exemplo n.º 1
0
 /*** CONSTRUCTOR ***/
 public IssueComment(int issueId, string comment, string creatorUsername)
     : this(DefaultValues.GetIssueCommentIdMinValue(), issueId, comment, creatorUsername, String.Empty, DefaultValues.GetDateTimeMinValue())
 {
 }