namespace UnivateProperties_API.Model.Logging
{
    public class SearchLog : BaseEntity
    {
        #region Properties 
        public string Type { get; set; }
        public string Search { get; set; }
        #endregion 
    }
}