Changeset 9a57e89 for iknow-api/Models/User.cs
- Timestamp:
- 10/21/25 17:21:47 (11 months ago)
- Branches:
- master
- Children:
- d025ba3
- Parents:
- 2859225
- 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
r2859225 r9a57e89 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.
