Example #1
0
		private void detach_Indicadores(Indicadore entity)
		{
			this.SendPropertyChanging();
			entity.Actividade = null;
		}
Example #2
0
		private void detach_Indicadores(Indicadore entity)
		{
			this.SendPropertyChanging();
			entity.Verbo = null;
		}
Example #3
0
		private void attach_Indicadores(Indicadore entity)
		{
			this.SendPropertyChanging();
			entity.Verbo = this;
		}
Example #4
0
 partial void DeleteIndicadore(Indicadore instance);
Example #5
0
 partial void UpdateIndicadore(Indicadore instance);
Example #6
0
 partial void InsertIndicadore(Indicadore instance);