public string TestService(IComPluginService inputValues)
 {
     return(_updateRepository.TestPluginService(inputValues));
 }
Exemple #2
0
 public string TestService(IPluginService inputValues) => _updateRepository.TestPluginService(inputValues);