-
Notifications
You must be signed in to change notification settings - Fork 0
voicenotesai.models.comment
github-actions[bot] edited this page Mar 4, 2026
·
2 revisions
Namespace: VoiceNotesAI.Models
public class CommentInheritance Object → Comment
Attributes NullableContextAttribute, NullableAttribute
public int Id { get; set; }public int NoteId { get; set; }public string Content { get; set; }public DateTime CreatedAt { get; set; }public Comment()public void Validate()public static Comment Create(int noteId, string content)noteId Int32
content String