4 lines
136 B
C#
4 lines
136 B
C#
namespace ErsatzTV.Application.Channels;
|
|
|
|
public record GetAllChannels(bool ShowDisabled = true) : IRequest<List<ChannelViewModel>>;
|