7 lines
No EOL
112 B
C#
7 lines
No EOL
112 B
C#
namespace WebApi.Helpers
|
|
{
|
|
public class AppSettings
|
|
{
|
|
public string Secret { get; set; }
|
|
}
|
|
} |