예제 #1
0
 partial void Deletecheck_bill_fee(check_bill_fee instance);
예제 #2
0
 partial void Updatecheck_bill_fee(check_bill_fee instance);
예제 #3
0
		private void detach_check_bill_fee(check_bill_fee entity)
		{
			this.SendPropertyChanging();
			entity.check_bill = null;
		}
예제 #4
0
 partial void Insertcheck_bill_fee(check_bill_fee instance);
예제 #5
0
		private void attach_check_bill_fee(check_bill_fee entity)
		{
			this.SendPropertyChanging();
			entity.check_bill = this;
		}