Added localizedName for search function

This commit is contained in:
Joseph Milazzo 2021-03-12 13:23:21 -06:00
parent af35d8aad5
commit 24118da49c
3 changed files with 4 additions and 15 deletions

View file

@ -1,7 +0,0 @@
namespace API.DTOs
{
public class SearchQueryDto
{
public string QueryString { get; init; }
}
}