using System; using System.Collections.Generic; using System.Text; namespace Datamodels.SearchModels { public class ResultDataModel { public List ResultRows { get; set; } } }