Esempio n. 1
0
 public long AddTool(ToolRepresentation tool)
 {
     using (ISQLConnection dataSource = DataSource)
     {
         return(dataSource.AddTool(RepresentationConverter.convertTool(tool)));
     }
 }