Parking_space_WEBAPI/WebApi_data_value/Helpers/AppSettings.cs

6 lines
109 B
C#
Raw Normal View History

2024-03-05 19:49:58 +08:00
namespace Parking_space_WebAPI.Helpers;
2024-02-01 13:48:38 +08:00
public class AppSettings
{
public string? Secret { get; set; }
}