Example #1
0
		private void attach_Citas(Cita entity)
		{
			this.SendPropertyChanging();
			entity.EstadoCita = this;
		}
Example #2
0
		private void detach_Citas(Cita entity)
		{
			this.SendPropertyChanging();
			entity.EstadoCita = null;
		}
Example #3
0
		private void detach_Citas(Cita entity)
		{
			this.SendPropertyChanging();
			entity.Establecimiento_Educativo = null;
		}
Example #4
0
 partial void DeleteCita(Cita instance);
Example #5
0
 partial void UpdateCita(Cita instance);
Example #6
0
 partial void InsertCita(Cita instance);
Example #7
0
		private void detach_Citas(Cita entity)
		{
			this.SendPropertyChanging();
			entity.Secretaria_Educacion = null;
		}