Exemplo n.º 1
0
		private void detach_ReportParameterAllocationSubRegions(ReportParameterAllocationSubRegion entity)
		{
			this.SendPropertyChanging();
			entity.ParameterAllocationSubRegion = null;
		}
Exemplo n.º 2
0
		private void attach_ReportParameterAllocationSubRegions(ReportParameterAllocationSubRegion entity)
		{
			this.SendPropertyChanging();
			entity.Report = this;
		}