Changed models, added Application layer models
This commit is contained in:
		| @@ -1,10 +1,9 @@ | ||||
| namespace Domains.ApplicantDomain | ||||
| namespace Domains.ApplicantDomain; | ||||
|  | ||||
| public enum Gender | ||||
| { | ||||
|     public enum Gender | ||||
|     { | ||||
|         Unknown, | ||||
|         Male, | ||||
|         Female, | ||||
|         Turkish | ||||
|     } | ||||
| } | ||||
|     Unknown, | ||||
|     Male, | ||||
|     Female, | ||||
|     Turkish | ||||
| } | ||||
		Reference in New Issue
	
	Block a user