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