Ejemplo n.º 1
0
 public TResponse CallCommand <TCommand, TResponse>(TCommand command, SendOptions options = null)
     where TCommand : ICommand
     where TResponse : Response <TCommand>
 {
     return(_leanPlatform.CallCommand <TCommand, TResponse>(command, options));
 }