using System; using NorthwindAPI.BusinessObject.Base; namespace NorthwindAPI.BusinessObject { /// <summary> /// This file will not be overwritten. You can put /// additional Products Business Layer code in this class. /// </summary> public partial class Products : ProductsBase { } }