12 lines
		
	
	
		
			220 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			220 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace GerstITS.Examples.WebClients.Examples.Api
 | |
| {
 | |
|     public class Country
 | |
|     {
 | |
|         #region Properties
 | |
| 
 | |
|         public int Id { get; set; }
 | |
|         public string Name { get; set; }
 | |
| 
 | |
|         #endregion
 | |
|     }
 | |
| } |