private void attach_LLamadas(LLamada entity) { this.SendPropertyChanging(); entity.EstadoLLamada = this; }
private void detach_LLamadas(LLamada entity) { this.SendPropertyChanging(); entity.EstadoLLamada = null; }
private void detach_LLamadas(LLamada entity) { this.SendPropertyChanging(); entity.Usuario = null; }
private void detach_LLamadas(LLamada entity) { this.SendPropertyChanging(); entity.Establecimiento_Educativo = null; }
private void attach_LLamadas(LLamada entity) { this.SendPropertyChanging(); entity.Usuario = this; }
private void detach_LLamadas(LLamada entity) { this.SendPropertyChanging(); entity.Secretaria_Educacion = null; }
partial void DeleteLLamada(LLamada instance);
partial void UpdateLLamada(LLamada instance);
partial void InsertLLamada(LLamada instance);