namespace SushiBarContracts.SearchModels; public class ImplementerSearchModel { public int? Id { get; set; } public string? ImplementerFio { get; set; } public string? Password { get; set; } public int? WorkExperience { get; set; } public int? Qualification { get; set; } }