namespace CompanyManagment.App.Contracts.FileTitle; public class FileTitleSearchModel { public long Id { get; set; } public string Title { get; set; } public string Type { get; set; } }