mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
9 lines
149 B
C#
9 lines
149 B
C#
using FluentValidation;
|
|
|
|
namespace NzbDrone.Api.REST
|
|
{
|
|
public class ResourceValidator<TResource> : AbstractValidator<TResource>
|
|
{
|
|
|
|
}
|
|
} |