Beispiel #1
0
 private IEnumerable <ITool> CreateToolFromToolLink(AvailableToolLink toolLink)
 {
     return(_toolConverter.Convert(toolLink));
 }