Exemplo n.º 1
0
        public TipoMovimiento BuscarPorId(int id)
        {
            // TODO: Completar *************esto toque GABY
            var bc = new TipoMovimientoComponent();

            return(bc.BuscarPorId(id));

            throw new NotImplementedException();
        }