partial void DeleteEeEarnResult(EeEarnResult instance);
 partial void UpdateEeEarnResult(EeEarnResult instance);
		private void detach_EeEarnResults(EeEarnResult entity)
		{
			this.SendPropertyChanging();
			entity.PayCalendar = null;
		}
 partial void InsertEeEarnResult(EeEarnResult instance);
		private void attach_EeEarnResults(EeEarnResult entity)
		{
			this.SendPropertyChanging();
			entity.EeEarning = this;
		}