mirror of
https://github.com/Radarr/Radarr
synced 2024-12-27 18:30:45 +00:00
9 lines
No EOL
149 B
C#
9 lines
No EOL
149 B
C#
using FluentValidation;
|
|
|
|
namespace NzbDrone.Api.REST
|
|
{
|
|
public class ResourceValidator<TResource> : AbstractValidator<TResource>
|
|
{
|
|
|
|
}
|
|
} |