Ignore:
Timestamp:
12/09/25 14:54:20 (10 months ago)
Author:
imbrsk <boris696boris@…>
Branches:
master
Children:
615f18d, f735dac
Parents:
334981d
Message:

Refactor model properties for consistency and clarity

File:
1 edited

Legend:

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

    r334981d rab652ff  
    44    {
    55        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; }
    99        public ICollection<UserDocuments>? User { get; set; }
    1010    }
Note: See TracChangeset for help on using the changeset viewer.