person controller and service created
This commit is contained in:
@@ -32,9 +32,9 @@ public class PhotoQueryParameters : QueryParameters<PhotoResponse>
|
||||
|
||||
|
||||
|
||||
#region PUBLIC METHODS
|
||||
#region PRIVATE METHODS
|
||||
|
||||
public override bool IsMeetingConditions(PhotoResponse item) =>
|
||||
protected override bool IsMeetingConditions(PhotoResponse item) =>
|
||||
(
|
||||
TestStringWithRegex(item.MimeType, MimeType)
|
||||
&&
|
||||
|
||||
Reference in New Issue
Block a user