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