Exemplo n.º 1
0
        public IEnumerable <Position> GetAllDestSingle()
        {
            var res = _positionRepo.GetAllDestinationSingle();

            return(res);
        }