Exemple #1
0
		private void detach_ReportParameterGLMajorCategories(ReportParameterGLMajorCategory entity)
		{
			this.SendPropertyChanging();
			entity.ParameterGLMajorCategory = null;
		}
Exemple #2
0
		private void attach_ReportParameterGLMajorCategories(ReportParameterGLMajorCategory entity)
		{
			this.SendPropertyChanging();
			entity.ReportParameterGLFinancialCategory = this;
		}