yangxiaodong преди 7 години
родител
ревизия
8148d39a34
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/Cap.Consistency/Internal/ConsumerMethodExecutor.cs

+ 1
- 1
src/Cap.Consistency/Internal/ConsumerMethodExecutor.cs Целия файл

@@ -9,7 +9,7 @@ namespace Cap.Consistency.Internal
public static object[] PrepareArguments(
IDictionary<string, object> actionParameters,
ObjectMethodExecutor actionMethodExecutor) {
var declaredParameterInfos = actionMethodExecutor.ActionParameters;
var declaredParameterInfos = actionMethodExecutor.MethodParameters;
var count = declaredParameterInfos.Length;
if (count == 0) {
return null;


Зареждане…
Отказ
Запис