using System;
using NorthwindCS.Controllers.Base;
 
namespace NorthwindCS.Controllers
{ 
     /// <summary>
     /// This file will not be overwritten.  You can put
     /// additional Products Controller code in this class.
     /// </summary>
     public class ProductsController : ProductsControllerBase
     { 
     } 
}