7 lines
164 B
C#
7 lines
164 B
C#
using LanguageExt;
|
|
|
|
namespace ErsatzTV.Application.Search.Commands
|
|
{
|
|
public record RebuildSearchIndex : MediatR.IRequest<Unit>, IBackgroundServiceRequest;
|
|
}
|