Example #1
0
        public object Get(object obj, ref ETransactionResult result)
        {
            DaMovimientoDetalle daLista = new DaMovimientoDetalle();

            return(daLista.MovimientoDetalle_Get((EMovimientoDetalle)obj, ref result));
        }