namespace UnivateProperties_API.Model.Region
{
    public class Province : BaseEntity
    {
        #region Properties
        public string Description { get; set; }
        public string Code { get; set; }
        #endregion 
    }
}