Untrusted draft — no build/test had run yet. Review before building on it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
6 lines
160 B
C#
6 lines
160 B
C#
using ErsatzTV.Core.Api.Watermarks;
|
|
|
|
namespace ErsatzTV.Application.Watermarks;
|
|
|
|
public record GetAllWatermarksForApi : IRequest<List<WatermarkResponseModel>>;
|