12 lines
		
	
	
		
			176 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			176 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace Domains.ApplicantDomain
 | |
| {
 | |
|     public enum MaritalStatus
 | |
|     {
 | |
|         Other,
 | |
|         Married,
 | |
|         Unmarried,
 | |
|         Separated,
 | |
|         WidowOrWidower
 | |
|     }
 | |
| }
 |