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