Beispiel #1
0
		public periodo Relacionar(contable fkcontable)
		{
			this.fkcontable = fkcontable;
			return this;
		}
Beispiel #2
0
		public detallecontable Relacionar(contable fkcontable)
		{
			this.fkcontable = fkcontable;
			return this;
		}