1 2 3 4 5 6
namespace Costasdev.Busurbano.Backend.Configuration; public class AppConfiguration { public required string ScheduleBasePath { get; set; } }