Files
ersatztv/ErsatzTV.Application/Configuration/ConfigElementViewModel.cs
2021-04-16 15:59:31 -05:00

5 lines
120 B
C#

namespace ErsatzTV.Application.Configuration
{
public record ConfigElementViewModel(string Key, string Value);
}