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