8 lines
		
	
	
		
			146 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			146 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace GerstITS.Examples.WebClients.Examples.Api
 | |
| {
 | |
|     public enum SortingDirections
 | |
|     {
 | |
|         Ascending = 0,
 | |
|         Descending
 | |
|     }
 | |
| } |