コード例 #1
0
ファイル: ordenpedido.cs プロジェクト: ferbenor/moro
		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;
		}