Changeset d025ba3 for iknow-api/Models/User.cs
- Timestamp:
- 10/22/25 13:20:23 (11 months ago)
- Branches:
- master
- Children:
- 5b42c8d
- Parents:
- 5aa102d (diff), 9a57e89 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
iknow-api/Models/User.cs (moved) (moved from iknow-api/Models/Users.cs ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Models/User.cs
r5aa102d rd025ba3 1 1 2 2 3 namespace iknow_api. Models3 namespace iknow_api.Core.Models 4 4 { 5 5 public enum UserRole … … 10 10 } 11 11 12 public class User s12 public class User 13 13 { 14 14 public int Id { get; set; }
Note:
See TracChangeset
for help on using the changeset viewer.
