Beispiel #1
0
 partial void DeleteFACTURA_PRODUCTO(FACTURA_PRODUCTO instance);
Beispiel #2
0
 partial void UpdateFACTURA_PRODUCTO(FACTURA_PRODUCTO instance);
Beispiel #3
0
		private void detach_FACTURA_PRODUCTOs(FACTURA_PRODUCTO entity)
		{
			this.SendPropertyChanging();
			entity.PRODUCTO = null;
		}
Beispiel #4
0
 partial void InsertFACTURA_PRODUCTO(FACTURA_PRODUCTO instance);
Beispiel #5
0
		private void attach_FACTURA_PRODUCTOs(FACTURA_PRODUCTO entity)
		{
			this.SendPropertyChanging();
			entity.FACTURA = this;
		}