Esempio n. 1
0
		private void attach_LLamadas(LLamada entity)
		{
			this.SendPropertyChanging();
			entity.EstadoLLamada = this;
		}
Esempio n. 2
0
		private void detach_LLamadas(LLamada entity)
		{
			this.SendPropertyChanging();
			entity.EstadoLLamada = null;
		}
Esempio n. 3
0
		private void detach_LLamadas(LLamada entity)
		{
			this.SendPropertyChanging();
			entity.Usuario = null;
		}
Esempio n. 4
0
		private void detach_LLamadas(LLamada entity)
		{
			this.SendPropertyChanging();
			entity.Establecimiento_Educativo = null;
		}
Esempio n. 5
0
		private void attach_LLamadas(LLamada entity)
		{
			this.SendPropertyChanging();
			entity.Usuario = this;
		}
Esempio n. 6
0
		private void detach_LLamadas(LLamada entity)
		{
			this.SendPropertyChanging();
			entity.Secretaria_Educacion = null;
		}
Esempio n. 7
0
 partial void DeleteLLamada(LLamada instance);
Esempio n. 8
0
 partial void UpdateLLamada(LLamada instance);
Esempio n. 9
0
 partial void InsertLLamada(LLamada instance);