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