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