mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
moved seriesmodule to restmodule
This commit is contained in:
parent
4afec69c79
commit
d85b825e06
11 changed files with 142 additions and 43 deletions
9
NzbDrone.Api/REST/ResourceValidator.cs
Normal file
9
NzbDrone.Api/REST/ResourceValidator.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
using FluentValidation;
|
||||
|
||||
namespace NzbDrone.Api.REST
|
||||
{
|
||||
public class ResourceValidator<TResource> : AbstractValidator<TResource>
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue