Kadr.Data.BonusSuperType.BonusSuperType C# (CSharp) Method

BonusSuperType() public method

public BonusSuperType ( ) : System.Data.Linq
return System.Data.Linq
		public BonusSuperType()
		{
			this._BonusTypes = new EntitySet<BonusType>(new Action<BonusType>(this.attach_BonusTypes), new Action<BonusType>(this.detach_BonusTypes));
			OnCreated();
		}