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