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