Changeset ab652ff for iknow-api/Models/Documents.cs
- Timestamp:
- 12/09/25 14:54:20 (10 months ago)
- Branches:
- master
- Children:
- 615f18d, f735dac
- Parents:
- 334981d
- File:
-
- 1 edited
-
iknow-api/Models/Documents.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Models/Documents.cs
r334981d rab652ff 4 4 { 5 5 public int Id { get; set; } 6 public string? name { get; set; }7 public string? body { get; set; }8 public int cost { get; set; }6 public string? Name { get; set; } 7 public string? Body { get; set; } 8 public int Cost { get; set; } 9 9 public ICollection<UserDocuments>? User { get; set; } 10 10 }
Note:
See TracChangeset
for help on using the changeset viewer.
