Explorar el Código

refactor

master
yangxiaodong hace 7 años
padre
commit
8148d39a34
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/Cap.Consistency/Internal/ConsumerMethodExecutor.cs

+ 1
- 1
src/Cap.Consistency/Internal/ConsumerMethodExecutor.cs Ver fichero

@@ -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;


Cargando…
Cancelar
Guardar