mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-03 18:15:37 +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>
|
|
{
|
|
|
|
}
|
|
} |