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