Imports System Imports NorthwindVB.Models.Base Namespace Models ''' <summary> ''' This file will not be overwritten. You can put ''' additional Products Model code in this class. ''' </summary> Public Class ProductsModel Inherits ProductsModelBase End Class End Namespace