Beispiel #1
0
		public ordenpedido Relacionar(identificadorpago fkidentificadorespago)
		{
			this.fkidentificadorespago = fkidentificadorespago;
			return this;
		}
Beispiel #2
0
		public venta Relacionar(identificadorpago fkidentificadorespago)
		{
			this.fkidentificadorespago = fkidentificadorespago;
			return this;
		}
Beispiel #3
0
		public conveniopago Relacionar(identificadorpago fkidentificadorespagos)
		{
			this.fkidentificadorespagos = fkidentificadorespagos;
			return this;
		}