MWHackathon.Core.Models.Feed.attach_Entries C# (CSharp) Méthode

attach_Entries() private méthode

private attach_Entries ( Entry entity ) : void
entity Entry
Résultat void
		private void attach_Entries(Entry entity)
		{
			this.SendPropertyChanging();
			entity.Feed = this;
		}