namespace UnivateProperties_API.Containers.Property { public class PropertyList { #region Properties public string Name { get; set; } public int Id { get; set; } public string Size { get; set; } public string Price { get; set; } public string Type { get; set; } public string Publish { get; set; } public string Status { get; set; } #endregion } }