// <fileinfo name="RegionRow.cs">
//      <copyright>
//          All rights reserved.
//      </copyright>
//      <remarks>
//          You can update this source code manually. If the file
//          already exists it will not be rewritten by the generator.
//      </remarks>
//      <generator rewritefile="False" infourl="http://www.SharpPower.com">RapTier</generator>
// </fileinfo>

using System;

namespace MyCompany.MyProject.Db
{
    /// <summary>
    /// Represents a record in the <c>Region</c> table.
    /// </summary>
    public class RegionRow : RegionRow_Base
    {
        /// <summary>
        /// Initializes a new instance of the <see cref="RegionRow"/> class.
        /// </summary>
        public RegionRow()
        {
            // EMPTY
        }
    } // End of RegionRow class
} // End of namespace