4 lines
121 B
C#
4 lines
121 B
C#
namespace ErsatzTV.Application.Search;
|
|
|
|
public record RebuildSearchIndex : IRequest<Unit>, IBackgroundServiceRequest;
|