Changeset e882b92 for ChapterX.Domain/Entities/Collaboration.cs
- Timestamp:
- 08/24/26 20:57:09 (13 days ago)
- Branches:
- main
- Parents:
- a6e33d1
- File:
-
- 1 edited
-
ChapterX.Domain/Entities/Collaboration.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Domain/Entities/Collaboration.cs
ra6e33d1 re882b92 8 8 public int UserId { get; set; } 9 9 public int StoryId { get; set; } 10 public string Role { get; set; } = string.Empty; 11 public int? PermissionLevel { get; set; } 10 12 public DateTime CreatedAt { get; set; } 11 13 public User User { get; set; } = null!;
Note:
See TracChangeset
for help on using the changeset viewer.
