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