using NorthwindAPI.Models.Base;
 
namespace NorthwindAPI.Models
{ 
     /// <summary>
     /// This file will not be overwritten.  You can put
     /// additional ProductsModel Model code in this class.
     /// </summary>
     public class ProductsModel : ProductsModelBase
     { 
     } 
}