namespace UnivateProperties_API.Model.Misc
{
    public class Location : BaseEntity
    {
        public bool IsTesting { get; set; }
        public string PropertyImageLocation { get; set; }
    }
}