using System; using NorthwindAPI.DataLayer.Base; namespace NorthwindAPI.DataLayer { /// <summary> /// This file will not be overwritten. You can put /// additional Products DataLayer code in this class /// </summary> internal class ProductsDataLayer : ProductsDataLayerBase { // constructor internal ProductsDataLayer() { } } }