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