Changed models, added Application layer models
This commit is contained in:
		| @@ -1,9 +1,8 @@ | ||||
| namespace Domains.VisaApplicationDomain | ||||
| namespace Domains.VisaApplicationDomain; | ||||
|  | ||||
| /// Category of visa | ||||
| public enum VisaCategory | ||||
| { | ||||
|     /// Category of visa | ||||
|     public enum VisaCategory | ||||
|     { | ||||
|         Transit, | ||||
|         ShortDated | ||||
|     } | ||||
| } | ||||
|     Transit, | ||||
|     ShortDated | ||||
| } | ||||
		Reference in New Issue
	
	Block a user