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