// <fileinfo name="AlphabeticallistofproductsRow.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>Alphabeticallistofproducts</c> view.
    /// </summary>
    public class AlphabeticallistofproductsRow : AlphabeticallistofproductsRow_Base
    {
        /// <summary>
        /// Initializes a new instance of the <see cref="AlphabeticallistofproductsRow"/> class.
        /// </summary>
        public AlphabeticallistofproductsRow()
        {
            // EMPTY
        }
    } // End of AlphabeticallistofproductsRow class
} // End of namespace