Ejemplo n.º 1
0
 partial void UpdateFACTURA(FACTURA instance);
Ejemplo n.º 2
0
 partial void DeleteFACTURA(FACTURA instance);
Ejemplo n.º 3
0
		private void detach_FACTURAs(FACTURA entity)
		{
			this.SendPropertyChanging();
			entity.USUARIO = null;
		}
Ejemplo n.º 4
0
		private void attach_FACTURAs(FACTURA entity)
		{
			this.SendPropertyChanging();
			entity.USUARIO = this;
		}
Ejemplo n.º 5
0
 partial void InsertFACTURA(FACTURA instance);
Ejemplo n.º 6
0
		private void attach_FACTURAs(FACTURA entity)
		{
			this.SendPropertyChanging();
			entity.TIPO_PAGO = this;
		}
Ejemplo n.º 7
0
		private void detach_FACTURAs(FACTURA entity)
		{
			this.SendPropertyChanging();
			entity.FORMA_PAGO = null;
		}