Ejemplo n.º 1
0
 partial void DeletePaymentMaster(PaymentMaster instance);
Ejemplo n.º 2
0
 partial void InsertPaymentMaster(PaymentMaster instance);
Ejemplo n.º 3
0
 partial void UpdatePaymentMaster(PaymentMaster instance);
Ejemplo n.º 4
0
		private void detach_PaymentMasters(PaymentMaster entity)
		{
			this.SendPropertyChanging();
			entity.Booking = null;
		}