Exemplo n.º 1
0
 public void GenericAsyncIntercept <T>(Castle.DynamicProxy.IInvocation invocation)
 => invocation.ReturnValue = client.ExecuteAsync <T>(invocation.Method.Name, invocation.ArgumentDictionary());
Exemplo n.º 2
0
 public void Execute <T>(Castle.DynamicProxy.IInvocation invocation)
 => invocation.ReturnValue = client.Execute <T>(invocation.Method.Name, invocation.ArgumentDictionary());