Files
ersatztv/ErsatzTV.Application/Channels/Queries/GetAllChannelsForSort.cs
T

4 lines
121 B
C#

namespace ErsatzTV.Application.Channels;
public record GetAllChannelsForSort : IRequest<List<ChannelSortViewModel>>;