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