Exemplo n.º 1
0
 public List <ToolRepresentation> GetAllTools()
 {
     using (ISQLConnection dataSource = DataSource)
     {
         return(dataSource.GetAllTools().Select(t => RepresentationConverter.convertTool(t)).ToList());
     }
 }