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