4 lines
97 B
C#
4 lines
97 B
C#
namespace ErsatzTV.Application.Playouts;
|
|
|
|
public record CreatePlayoutResponse(int PlayoutId);
|