Example #1
0
		private void detach_Sistematizacions(Sistematizacion entity)
		{
			this.SendPropertyChanging();
			entity.Establecimiento_Educativo = null;
		}
Example #2
0
 partial void DeleteSistematizacion(Sistematizacion instance);
Example #3
0
 partial void InsertSistematizacion(Sistematizacion instance);
Example #4
0
 partial void UpdateSistematizacion(Sistematizacion instance);
Example #5
0
		private void detach_Sistematizacions(Sistematizacion entity)
		{
			this.SendPropertyChanging();
			entity.Medicione = null;
		}