コード例 #1
0
 partial void UpdateFactura(Factura instance);
コード例 #2
0
 partial void DeleteFactura(Factura instance);
コード例 #3
0
 partial void InsertFactura(Factura instance);
コード例 #4
0
		private void detach_Factura(Factura entity)
		{
			this.SendPropertyChanging();
			entity.Usuario = null;
		}
コード例 #5
0
		private void attach_Factura(Factura entity)
		{
			this.SendPropertyChanging();
			entity.Usuario = this;
		}
コード例 #6
0
		private void detach_Factura(Factura entity)
		{
			this.SendPropertyChanging();
			entity.Habitacion = null;
		}
コード例 #7
0
		private void attach_Factura(Factura entity)
		{
			this.SendPropertyChanging();
			entity.Habitacion = this;
		}