Ignore:
Timestamp:
10/22/25 13:20:23 (11 months ago)
Author:
stefansaveski <stefansaveski19@…>
Branches:
master
Children:
fc7b4b4
Parents:
c0a75ab (diff), 9694de9 (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.
Message:

test

File:
1 moved

Legend:

Unmodified
Added
Removed
  • iknow-api/Models/User.cs

    rc0a75ab raed1148  
    11
    22
    3 namespace iknow_api.Models
     3namespace iknow_api.Core.Models
    44{
    55    public enum UserRole
     
    1010    }
    1111
    12     public class Users
     12    public class User
    1313    {
    1414        public int Id { get; set; }
Note: See TracChangeset for help on using the changeset viewer.