person controller and service created
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using FluentValidation;
|
||||
using WatchIt.Common.Model.Persons;
|
||||
|
||||
namespace WatchIt.WebAPI.Validators.Persons;
|
||||
|
||||
public class PersonRequestValidator : AbstractValidator<PersonRequest>
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user