using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; [Serializable] public class oPropertyTenantDetails { public int recId { get; set; } public int entityId { get; set; } public string selectedTenant { get; set; } }