Updated models

This commit is contained in:
2024-08-13 17:51:48 +03:00
parent 5db1d1b1c5
commit 5475e587be
7 changed files with 45 additions and 7 deletions

View File

@@ -38,6 +38,9 @@ namespace Domains.ApplicantDomain
/// Full name of the <see cref="Applicant"/>'s mother
public Name MotherName { get; set; } = null!;
/// Position of <see cref="Applicant"/>
public string JobTitle { get; set; }
/// Place of <see cref="Applicant"/>'s work
public PlaceOfWork PlaceOfWork { get; set; } = null!;