Exemple #1
0
 partial void Deleteperformance_graph(performance_graph instance);
Exemple #2
0
 partial void Insertperformance_graph(performance_graph instance);
Exemple #3
0
 partial void Updateperformance_graph(performance_graph instance);
Exemple #4
0
		private void detach_performance_graphs(performance_graph entity)
		{
			this.SendPropertyChanging();
			entity.staff = null;
		}