api-server-setup #1

Merged
derek merged 37 commits from api-server-setup into main 2025-07-15 21:17:25 -07:00
Showing only changes of commit 14282a2eb2 - Show all commits
+1 -1
View File
@@ -58,7 +58,7 @@ namespace BoredCareers.Entities {
public int ID { get; set; } // PK
public int ResumeID { get; set; } // FK
public int ResumeMilitaryID { get; set; } // FK
public string Achevement { get; set; } = "";
public string Achievement { get; set; } = "";
public string Description { get; set; } = "";
}