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