' <fileinfo name="SalesTotalsbyAmountRow.vb">
'       <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>

Option Strict Off
Option Explicit On

Imports System

''' <summary>
''' Represents a record in the <c>SalesTotalsbyAmount</c> view.
''' </summary>
Public Class SalesTotalsbyAmountRow
        Inherits SalesTotalsbyAmountRow_Base
    ''' <summary>
    ''' Initializes a new instance of the <see cref="SalesTotalsbyAmountRow"/> class.
    ''' </summary>
    Public Sub New()
        MyBase.New()
        ' EMPTY
    End Sub
End Class