Changed models, added Application layer models
This commit is contained in:
		| @@ -1,11 +1,10 @@ | ||||
| namespace Domains.ApplicantDomain | ||||
| namespace Domains.ApplicantDomain; | ||||
|  | ||||
| public enum MaritalStatus | ||||
| { | ||||
|     public enum MaritalStatus | ||||
|     { | ||||
|         Other, | ||||
|         Married, | ||||
|         Unmarried, | ||||
|         Separated, | ||||
|         WidowOrWidower | ||||
|     } | ||||
| } | ||||
|     Other, | ||||
|     Married, | ||||
|     Unmarried, | ||||
|     Separated, | ||||
|     WidowOrWidower | ||||
| } | ||||
		Reference in New Issue
	
	Block a user