using System;
using NorthwindRazorWebAPI.ApiControllers.Base;
 
namespace NorthwindRazorWebAPI.Controllers
{
     /// <summary>
     /// This file will not be overwritten.  You can put
     /// additional Products ApiController code in this class.
     /// </summary>
     public class ProductsApiController : ProductsApiControllerBase
     {
     }
}