6 lines
170 B
C#
6 lines
170 B
C#
using ErsatzTV.Core.Domain;
|
|
|
|
namespace ErsatzTV.Application.Configuration;
|
|
|
|
public record SaveConfigElementByKey(ConfigElementKey Key, string Value) : IRequest<Unit>;
|