示例#1
0
 public IEnumerable <AlgorithmDTO> GetAllAlgorithms()
 {
     return(moderation.GetAllAlgorithms()
            .Select(c => converterToDTO.ConvertToAlgorithmDTO(c)));
 }