yavsc/src/Yavsc.Server/Settings/CompanyInfoSettings.cs
Paul Schneider 40e8e08690 reorg
2026-02-28 21:17:54 +00:00

6 lines
No EOL
108 B
C#

namespace Yavsc
{
public class CompanyInfoSettings {
public string ApiKey { get; set; }
}
}