You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 123456789101112131415 | using System;
using UnivateProperties_API.Model.Misc;
namespace UnivateProperties_API.Containers.Misc
{
    public class CarouselList : Carousel
    {
        public string Address { get; set; }
        public bool IsProperty { get; set; }
        public int Bedrooms { get; set; }
        public int Sleeps { get; set; }
        public DateTime Arrival { get; set; }
        public DateTime Departure { get; set; }
    }
}
 |