Parking_space_ASPNET/Parking_spaces/Helpers/AppSettings.cs

6 lines
103 B
C#
Raw Permalink Normal View History

2024-02-01 11:37:15 +08:00
namespace Parking_spaces.Helpers;
public class AppSettings
{
public string? Secret { get; set; }
}