Example #1
0
        public bool EvaluateIntern(PointModel mark)
        {
            var point = ObjectMapper.Mapper.Map <Point>(mark);

            return(_pointRepo.EvaluateIntern(point));
        }