Changeset 2d64b2e for iknow-api/Models/Documents.cs
- Timestamp:
- 12/09/25 14:54:20 (10 months ago)
- Branches:
- master
- Children:
- 33c69d6, 691f152
- Parents:
- 22439d3
- File:
-
- 1 edited
-
iknow-api/Models/Documents.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Models/Documents.cs
r22439d3 r2d64b2e 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.
