D:\NorthwindForWeb\Northwind\CS\DotNet\ADO.Net\Northwind\Data\Entity.cs
//ProCG Section 1_0_Using - Please don't edit inside the section
using System;
using System.IO;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Reflection;
using Northwind.General;
using System.Runtime.Serialization;
//End ProCG Section 1_0_Using
namespace Northwind.Data
{
[DataContract]
[Serializable()]
public class CEntity : CEntityBase
{
//ProCG Section 3_0_Body - Please do not edit this section, it will be overridden by ProCG next time code is generated; you may add code between sections.
public CEntity()
{
}
//End ProCG Section 3_0_Body
//ProCG Section 999_0_EndOfClass - Please do not edit this section, it will be overridden by ProCG next time code is generated; you may add code between sections.
}
}
//End ProCG Section 999_0_EndOfClass