| using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace UnivateProperties_API.Model.Misc
{
    public class TC : BaseEntity
    {
        public string Version { get; set; }
        public string TermsConditions { get; set; }
    }
}
 |