Example #1
0
 partial void DeleteTran(Tran instance);
Example #2
0
 partial void UpdateTran(Tran instance);
Example #3
0
		private void detach_Trans(Tran entity)
		{
			this.SendPropertyChanging();
			entity.Kel_anggaran = null;
		}
Example #4
0
 partial void InsertTran(Tran instance);
Example #5
0
		private void attach_Trans(Tran entity)
		{
			this.SendPropertyChanging();
			entity.Kel_anggaran = this;
		}