private void detach_Indicadores(Indicadore entity) { this.SendPropertyChanging(); entity.Actividade = null; }
private void detach_Indicadores(Indicadore entity) { this.SendPropertyChanging(); entity.Verbo = null; }
private void attach_Indicadores(Indicadore entity) { this.SendPropertyChanging(); entity.Verbo = this; }
partial void DeleteIndicadore(Indicadore instance);
partial void UpdateIndicadore(Indicadore instance);
partial void InsertIndicadore(Indicadore instance);