namespace GiftShopContracts.SearchModels { public class GiftSearchModel { public int? Id { get; set; } public string? GiftName { get; set; } } }