namespace InternshipSystem.Api.Queries.SearchQuery { public class CompanySearchQuery : SearchQuery { /// /// Value against which collection will be queried /// public string Name { get; set; } = ""; } }