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