Some checks failed
		
		
	
	Build Test Deploy / build-test (push) Has been cancelled
				
			Build Test Deploy / authority-container (push) Has been cancelled
				
			Build Test Deploy / docs (push) Has been cancelled
				
			Build Test Deploy / deploy (push) Has been cancelled
				
			Docs CI / lint-and-preview (push) Has been cancelled
				
			
		
			
				
	
	
		
			14 lines
		
	
	
		
			312 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			312 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using Ablera.Serdica.Authority.Models;
 | |
| using System;
 | |
| using System.Collections.Generic;
 | |
| using System.Linq;
 | |
| using System.Text;
 | |
| using System.Threading.Tasks;
 | |
| 
 | |
| namespace Ablera.Serdica.Authority.Services;
 | |
| 
 | |
| public class RoutesTreeProvider
 | |
| {
 | |
|     public IReadOnlyList<RouteEntity>? Tree { get; set; }
 | |
| }
 |