private void detach_Budgets(Budget entity) { this.SendPropertyChanging(); entity.User = null; }
private void attach_Budgets(Budget entity) { this.SendPropertyChanging(); entity.User = this; }
partial void UpdateBudget(Budget instance);
partial void DeleteBudget(Budget instance);
partial void InsertBudget(Budget instance);