person controller and service created

This commit is contained in:
2024-10-02 16:09:11 +02:00
Unverified
parent 3cd282a2e9
commit 9a9e29ecf4
22 changed files with 387 additions and 20 deletions

View File

@@ -17,9 +17,9 @@ public class GenreQueryParameters : QueryParameters<GenreResponse>
#region PUBLIC METHODS
#region PRIVATE METHODS
public override bool IsMeetingConditions(GenreResponse item) =>
protected override bool IsMeetingConditions(GenreResponse item) =>
(
TestStringWithRegex(item.Name, Name)
&&