Beispiel #1
0
		private void detach_Budgets(Budget entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
Beispiel #2
0
		private void attach_Budgets(Budget entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}
Beispiel #3
0
 partial void UpdateBudget(Budget instance);
Beispiel #4
0
 partial void DeleteBudget(Budget instance);
Beispiel #5
0
 partial void InsertBudget(Budget instance);