Fix misspelling
This commit is contained in:
@@ -58,7 +58,7 @@ namespace BoredCareers.Entities {
|
|||||||
public int ID { get; set; } // PK
|
public int ID { get; set; } // PK
|
||||||
public int ResumeID { get; set; } // FK
|
public int ResumeID { get; set; } // FK
|
||||||
public int ResumeMilitaryID { get; set; } // FK
|
public int ResumeMilitaryID { get; set; } // FK
|
||||||
public string Achevement { get; set; } = "";
|
public string Achievement { get; set; } = "";
|
||||||
public string Description { get; set; } = "";
|
public string Description { get; set; } = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user