Ejemplo n.º 1
0
 // GET api/Judges
 public IEnumerable <JudgeDto> Get()
 {
     return(JudgeService.GetAll().ConvertToDto());
 }