6 lines
165 B
C#
6 lines
165 B
C#
using ErsatzTV.Core;
|
|
|
|
namespace ErsatzTV.Application.Channels;
|
|
|
|
public record BulkDeleteChannels(IReadOnlyList<int> ChannelIds) : IRequest<Either<BaseError, Unit>>;
|