Вы не можете выбрать более 25 тем
			Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 1234567891011 | namespace UnivateProperties_API.Containers.Property
{
    public class PropertyDetail
    {
        #region Properties
        public string Name { get; set; }
        public string Value { get; set; }
        public string Description { get; set; }
        #endregion 
    }
}
 |