blob: 49c001fc78df9c76d57477641b0f9bb2d9e15333 (
plain)
1
2
3
4
5
6
7
|
namespace Costasdev.Busurbano.Backend.Configuration;
public class AppConfiguration
{
public required string VitrasaScheduleBasePath { get; set; }
public required string RenfeScheduleBasePath { get; set; }
}
|