Beispiel #1
0
 partial void DeleteKA(KA instance);
Beispiel #2
0
 partial void InsertKA(KA instance);
Beispiel #3
0
 partial void UpdateKA(KA instance);
Beispiel #4
0
		private void detach_KAs(KA entity)
		{
			this.SendPropertyChanging();
			entity.PeriodeAnggaran = null;
		}