Exemplo n.º 1
0
 public CommentExpandedView(ModCaseComment comment, IUser commentor)
 {
     Comment   = new CommentsView(comment);
     Commentor = DiscordUserView.CreateOrDefault(commentor);
 }
 public CommentExpandedTableView(ModCaseComment comment, IUser commentor, ulong guildId, int caseId) : base(comment, commentor)
 {
     GuildId = guildId.ToString();
     CaseId  = caseId;
 }