GiveCampWeb.Models.ExperienceLevel.ExperienceLevel C# (CSharp) Method

ExperienceLevel() public method

public ExperienceLevel ( ) : System.Data.Linq
return System.Data.Linq
		public ExperienceLevel()
		{
			this._Volunteers = new EntitySet<Volunteer>(new Action<Volunteer>(this.attach_Volunteers), new Action<Volunteer>(this.detach_Volunteers));
			OnCreated();
		}