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