Parking_space_WEBAPI/WebApi_data_value/Helpers/AppSettings.cs

6 lines
106 B
C#
Raw Normal View History

2024-02-01 13:48:38 +08:00
namespace WebApi_data_value.Helpers;
public class AppSettings
{
public string? Secret { get; set; }
}