Exemplo n.º 1
0
        public Point GetPoint(Guid Id)
        {
            var point = _PointRepo.GetPoint(Id);

            return(point);
        }