using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace UnivateProperties_API.Model.Misc
{
    public class PlaceHolderFormat: BaseEntity
    {
        public string DisplayName { get; set; }
        public string Format { get; set; }
    }
}