using System; using NorthwindCS.ViewModels.Base; namespace NorthwindCS.ViewModels { /// <summary> /// This file will not be overwritten. You can put /// additional ProductsViewModel code in this class. /// </summary> public class ProductsViewModel : ProductsViewModelBase { } }