Beispiel #1
0
		private void detach_Sedes(Sede entity)
		{
			this.SendPropertyChanging();
			entity.Establecimiento_Educativo = null;
		}
Beispiel #2
0
 partial void DeleteSede(Sede instance);
Beispiel #3
0
 partial void UpdateSede(Sede instance);
Beispiel #4
0
 partial void InsertSede(Sede instance);
Beispiel #5
0
		private void detach_Sedes(Sede entity)
		{
			this.SendPropertyChanging();
			entity.municipio = null;
		}
Beispiel #6
0
		private void attach_Sedes(Sede entity)
		{
			this.SendPropertyChanging();
			entity.municipio = this;
		}