Files
marechai/Marechai.App/Models/AppConfig.cs

7 lines
106 B
C#
Raw Normal View History

namespace Marechai.App.Models;
public record AppConfig
{
public string? Environment { get; init; }
}