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