DV_Enterprises.Web.Data.DataAccess.SqlRepository.User.User C# (CSharp) Method

User() public method

public User ( ) : System.Data.Linq
return System.Data.Linq
		public User()
		{
			this._GreenhouseUsers = new EntitySet<GreenhouseUser>(new Action<GreenhouseUser>(this.attach_GreenhouseUsers), new Action<GreenhouseUser>(this.detach_GreenhouseUsers));
			this._Presets = new EntitySet<Preset>(new Action<Preset>(this.attach_Presets), new Action<Preset>(this.detach_Presets));
			this._Sections = new EntitySet<Section>(new Action<Section>(this.attach_Sections), new Action<Section>(this.detach_Sections));
			OnCreated();
		}