Changeset 99c1e45 for ChapterX.Domain/Entities/Story.cs
- Timestamp:
- 06/24/26 16:28:50 (11 days ago)
- Branches:
- main
- Children:
- a8f4a2d
- Parents:
- 0b502c2
- File:
-
- 1 edited
-
ChapterX.Domain/Entities/Story.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Domain/Entities/Story.cs
r0b502c2 r99c1e45 12 12 public int Id { get; set; } 13 13 public bool MatureContent { get; set; } 14 public string Title { get; set; } = string.Empty; 14 15 public string ShortDescription { get; set; } = string.Empty; 15 16 public string? Image { get; set; }
Note:
See TracChangeset
for help on using the changeset viewer.
