Soenneker.Blazor.Utils.BlazorOutputInvoker 3.0.685

Prefix Reserved
dotnet add package Soenneker.Blazor.Utils.BlazorOutputInvoker --version 3.0.685                
NuGet\Install-Package Soenneker.Blazor.Utils.BlazorOutputInvoker -Version 3.0.685                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Blazor.Utils.BlazorOutputInvoker" Version="3.0.685" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Utils.BlazorOutputInvoker --version 3.0.685                
#r "nuget: Soenneker.Blazor.Utils.BlazorOutputInvoker, 3.0.685"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Soenneker.Blazor.Utils.BlazorOutputInvoker as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.Utils.BlazorOutputInvoker&version=3.0.685

// Install Soenneker.Blazor.Utils.BlazorOutputInvoker as a Cake Tool
#tool nuget:?package=Soenneker.Blazor.Utils.BlazorOutputInvoker&version=3.0.685                

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Blazor.Utils.BlazorOutputInvoker

A generic invoker to simplify JavaScript to C# interaction that allows for an input and output, providing two-way communication with invocations.

Installation

dotnet add package Soenneker.Blazor.Utils.BlazorOutputInvoker

Usage

C#

async ValueTask<int> YourInvokerMethod(string input)
{
    Console.Log(input); // 'Hello there'
    return 42;
}

var blazorOutputInvoker = new BlazorOutputInvoker<string, int>(YourInvokerMethod);

JS

dotnetObject.invokeMethodAsync('InvokeWithOutput', 'Hello there').then((data) => {
    console.log(data); // 42
});
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Soenneker.Blazor.Utils.BlazorOutputInvoker:

Package Downloads
Soenneker.Blazor.Utils.InteropEventListener

Manages the registration, removal, and disposal of .NET object references used for interop event listeners.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.685 104 12/10/2024
3.0.684 69 12/10/2024
3.0.683 69 12/9/2024
3.0.682 429 12/9/2024
3.0.681 66 12/9/2024
3.0.680 68 12/9/2024
3.0.679 337 12/9/2024
3.0.678 155 12/7/2024
3.0.677 73 12/6/2024
3.0.676 66 12/6/2024
3.0.675 69 12/6/2024
3.0.674 73 12/6/2024
3.0.673 63 12/6/2024
3.0.672 71 12/6/2024
3.0.671 67 12/6/2024
3.0.670 74 12/6/2024
3.0.669 74 12/6/2024
3.0.668 70 12/6/2024
3.0.667 74 12/6/2024
3.0.666 81 12/5/2024
3.0.665 74 12/5/2024
3.0.664 523 12/5/2024
3.0.663 72 12/5/2024
3.0.662 65 12/5/2024
3.0.661 1,383 12/5/2024
3.0.660 65 12/5/2024
3.0.659 261 12/5/2024
3.0.658 72 12/4/2024
3.0.657 71 12/4/2024
3.0.656 273 12/4/2024
3.0.655 67 12/4/2024
3.0.654 77 12/4/2024
3.0.653 292 12/3/2024
3.0.652 201 12/3/2024
3.0.651 66 12/3/2024
3.0.650 64 12/3/2024
3.0.649 260 12/3/2024
3.0.648 242 12/3/2024
3.0.647 295 12/2/2024
3.0.646 57 12/2/2024
3.0.645 60 12/2/2024
3.0.644 281 12/2/2024
3.0.643 55 12/2/2024
3.0.642 225 12/1/2024
3.0.641 61 12/1/2024
3.0.640 309 12/1/2024
3.0.639 62 12/1/2024
3.0.638 327 11/29/2024
3.0.637 69 11/29/2024
3.0.636 541 11/21/2024
3.0.635 84 11/21/2024
3.0.634 389 11/20/2024
3.0.633 73 11/20/2024
3.0.632 83 11/20/2024
3.0.631 81 11/20/2024
3.0.630 73 11/20/2024
3.0.629 81 11/20/2024
3.0.628 77 11/20/2024
3.0.627 425 11/19/2024
3.0.626 81 11/19/2024
3.0.625 489 11/19/2024
3.0.624 80 11/19/2024
3.0.623 78 11/19/2024
3.0.622 495 11/15/2024
3.0.621 212 11/14/2024
3.0.620 74 11/14/2024
3.0.619 78 11/14/2024
3.0.618 71 11/14/2024
3.0.617 250 11/14/2024
3.0.616 187 11/14/2024
3.0.615 71 11/14/2024
3.0.614 298 11/14/2024
3.0.613 311 11/14/2024
3.0.612 77 11/14/2024
3.0.611 256 11/14/2024
3.0.610 76 11/14/2024
3.0.609 74 11/14/2024
2.1.608 419 11/13/2024
2.1.607 313 11/13/2024
2.1.606 81 11/13/2024
2.1.605 515 11/13/2024
2.1.604 78 11/12/2024
2.1.603 75 11/12/2024
2.1.602 679 11/9/2024
2.1.601 246 11/9/2024
2.1.600 244 11/9/2024
2.1.599 77 11/9/2024
2.1.598 80 11/8/2024
2.1.597 406 11/8/2024
2.1.596 80 11/8/2024
2.1.595 639 11/8/2024
2.1.594 235 11/8/2024
2.1.593 297 11/6/2024
2.1.592 333 11/1/2024
2.1.591 73 11/1/2024
2.1.590 73 11/1/2024
2.1.589 616 10/29/2024
2.1.588 78 10/29/2024
2.1.587 233 10/29/2024
2.1.586 217 10/29/2024
2.1.585 279 10/29/2024
2.1.584 74 10/29/2024
2.1.583 308 10/29/2024
2.1.582 451 10/28/2024
2.1.581 413 10/26/2024
2.1.580 74 10/26/2024
2.1.579 586 10/22/2024
2.1.578 317 10/22/2024
2.1.577 169 10/22/2024
2.1.576 73 10/22/2024
2.1.575 71 10/22/2024
2.1.574 769 10/17/2024
2.1.573 184 10/17/2024
2.1.572 513 10/15/2024
2.1.571 73 10/15/2024
2.1.570 247 10/14/2024
2.1.569 355 10/12/2024
2.1.568 84 10/12/2024
2.1.567 81 10/12/2024
2.1.566 462 10/11/2024
2.1.565 473 10/9/2024
2.1.564 204 10/9/2024
2.1.563 257 10/9/2024
2.1.562 243 10/9/2024
2.1.561 175 10/8/2024
2.1.560 77 10/8/2024
2.1.559 281 10/8/2024
2.1.558 82 10/8/2024
2.1.557 447 10/8/2024
2.1.556 80 10/8/2024
2.1.555 670 10/3/2024
2.1.554 245 10/3/2024
2.1.553 246 10/3/2024
2.1.552 80 10/3/2024
2.1.551 74 10/3/2024
2.1.550 73 10/3/2024
2.1.549 636 10/2/2024
2.1.548 157 10/2/2024
2.1.547 75 10/2/2024
2.1.546 378 10/2/2024
2.1.545 77 10/2/2024
2.1.544 85 10/2/2024
2.1.543 558 10/1/2024
2.1.542 223 10/1/2024
2.1.541 301 10/1/2024
2.1.540 80 10/1/2024
2.1.539 587 9/29/2024
2.1.538 82 9/29/2024
2.1.537 78 9/29/2024
2.1.536 496 9/29/2024
2.1.535 496 9/27/2024
2.1.534 77 9/27/2024
2.1.533 460 9/27/2024
2.1.532 85 9/27/2024
2.1.531 469 9/27/2024
2.1.530 80 9/27/2024
2.1.529 357 9/26/2024
2.1.528 203 9/26/2024
2.1.527 613 9/26/2024
2.1.526 145 9/26/2024
2.1.525 241 9/26/2024
2.1.524 227 9/26/2024
2.1.523 84 9/26/2024
2.1.522 711 9/23/2024
2.1.521 157 9/23/2024
2.1.520 282 9/23/2024
2.1.519 379 9/23/2024
2.1.518 80 9/23/2024
2.1.517 260 9/23/2024
2.1.516 537 9/23/2024
2.1.515 203 9/23/2024
2.1.514 82 9/23/2024
2.1.513 454 9/22/2024
2.1.512 406 9/18/2024
2.1.511 94 9/18/2024
2.1.510 179 9/18/2024
2.1.509 260 9/18/2024
2.1.508 85 9/18/2024
2.1.507 99 9/17/2024
2.1.506 310 9/17/2024
2.1.505 136 9/17/2024
2.1.504 93 9/17/2024
2.1.503 276 9/17/2024
2.1.502 179 9/17/2024
2.1.501 165 9/17/2024
2.1.500 86 9/17/2024
2.1.499 1,104 9/16/2024
2.1.498 98 9/16/2024
2.1.497 573 9/12/2024
2.1.496 137 9/12/2024
2.1.495 149 9/12/2024
2.1.494 104 9/12/2024
2.1.493 175 9/12/2024
2.1.492 129 9/11/2024
2.1.491 138 9/11/2024
2.1.490 167 9/11/2024
2.1.489 152 9/11/2024
2.1.488 159 9/11/2024
2.1.487 178 9/11/2024
2.1.486 107 9/11/2024
2.1.485 1,550 9/10/2024
2.1.484 230 9/10/2024
2.1.483 212 9/10/2024
2.1.482 164 9/10/2024
2.1.481 88 9/10/2024
2.1.480 190 9/10/2024
2.1.478 175 9/9/2024
2.1.477 89 9/9/2024
2.1.476 186 9/9/2024
2.1.475 180 9/9/2024
2.1.474 90 9/9/2024
2.1.473 1,448 9/9/2024
2.1.472 309 9/7/2024
2.1.471 92 9/7/2024
2.1.470 292 9/7/2024
2.1.469 402 9/6/2024
2.1.468 212 9/6/2024
2.1.467 237 9/6/2024
2.1.466 105 9/5/2024
2.1.465 91 9/5/2024
2.1.464 581 9/5/2024
2.1.463 96 9/5/2024
2.1.462 262 9/5/2024
2.1.461 90 9/5/2024
2.1.460 98 9/5/2024
2.1.459 272 9/5/2024
2.1.458 423 9/4/2024
2.1.457 429 9/4/2024
2.1.456 115 9/3/2024
2.1.455 104 9/3/2024
2.1.454 403 9/3/2024
2.1.453 98 9/3/2024
2.1.452 421 9/3/2024
2.1.451 283 8/29/2024
2.1.450 171 8/29/2024
2.1.449 92 8/29/2024
2.1.448 531 8/26/2024
2.1.447 336 8/26/2024
2.1.446 95 8/26/2024
2.1.445 598 8/21/2024
2.1.444 115 8/21/2024
2.1.443 401 8/21/2024
2.1.442 115 8/21/2024
2.1.441 238 8/20/2024
2.1.440 122 8/20/2024
2.1.439 113 8/20/2024
2.1.438 484 8/20/2024
2.1.437 107 8/20/2024
2.1.436 118 8/20/2024
2.1.435 386 8/20/2024
2.1.434 103 8/19/2024
2.1.433 429 8/15/2024
2.1.432 388 8/15/2024
2.1.431 111 8/15/2024
2.1.430 320 8/15/2024
2.1.429 458 8/13/2024
2.1.428 117 8/13/2024
2.1.427 438 8/7/2024
2.1.426 186 8/7/2024
2.1.425 95 8/7/2024
2.1.424 96 8/7/2024
2.1.423 413 8/6/2024
2.1.422 354 8/1/2024
2.1.421 91 8/1/2024
2.1.420 264 8/1/2024
2.1.419 84 8/1/2024
2.1.418 87 8/1/2024
2.1.417 641 7/25/2024
2.1.416 64 7/25/2024
2.1.415 67 7/25/2024
2.1.414 287 7/25/2024
2.1.413 63 7/25/2024
2.1.412 211 7/25/2024
2.1.411 96 7/25/2024
2.1.410 106 7/24/2024
2.1.409 74 7/24/2024
2.1.408 61 7/24/2024
2.1.407 470 7/20/2024
2.1.406 92 7/20/2024
2.1.405 306 7/20/2024
2.1.404 701 7/14/2024
2.1.403 153 7/14/2024
2.1.402 85 7/14/2024
2.1.401 281 7/14/2024
2.1.400 244 7/14/2024
2.1.399 246 7/10/2024
2.1.398 86 7/10/2024
2.1.397 85 7/10/2024
2.1.396 90 7/10/2024
2.1.395 71 7/10/2024
2.1.394 638 7/10/2024
2.1.393 243 7/10/2024
2.1.392 80 7/10/2024
2.1.391 90 7/10/2024
2.1.390 335 7/10/2024
2.1.389 94 7/10/2024
2.1.388 89 7/9/2024
2.1.387 328 7/9/2024
2.1.386 78 7/9/2024
2.1.385 84 7/9/2024
2.1.384 79 7/9/2024
2.1.383 92 7/9/2024
2.1.382 79 7/9/2024
2.1.381 88 7/9/2024
2.1.380 78 7/9/2024
2.1.379 75 7/9/2024
2.1.378 914 7/8/2024
2.1.377 70 7/8/2024
2.1.376 84 7/8/2024
2.1.375 314 7/8/2024
2.1.374 413 7/8/2024
2.1.373 88 7/7/2024
2.1.372 75 7/7/2024
2.1.371 432 7/7/2024
2.1.370 842 7/3/2024
2.1.369 85 7/3/2024
2.1.368 149 7/3/2024
2.1.367 327 7/3/2024
2.1.366 85 7/3/2024
2.1.365 811 6/27/2024
2.1.364 88 6/27/2024
2.1.363 89 6/27/2024
2.1.362 562 6/22/2024
2.1.361 100 6/22/2024
2.1.360 236 6/22/2024
2.1.359 328 6/16/2024
2.1.358 101 6/15/2024
2.1.357 93 6/15/2024
2.1.356 333 6/15/2024
2.1.355 97 6/15/2024
2.1.354 88 6/15/2024
2.1.353 350 6/15/2024
2.1.352 157 6/15/2024
2.1.351 200 6/15/2024
2.1.350 103 6/14/2024
2.1.349 472 6/4/2024
2.1.348 228 6/4/2024
2.1.347 409 6/2/2024
2.1.346 277 6/1/2024
2.1.345 90 6/1/2024
2.1.344 88 6/1/2024
2.1.343 99 6/1/2024
2.1.342 466 6/1/2024
2.1.341 87 6/1/2024
2.1.340 101 6/1/2024
2.1.339 317 5/31/2024
2.1.338 102 5/31/2024
2.1.337 92 5/31/2024
2.1.336 109 5/31/2024
2.1.335 516 5/29/2024
2.1.334 86 5/29/2024
2.1.333 283 5/29/2024
2.1.332 185 5/29/2024
2.1.331 246 5/28/2024
2.1.330 204 5/28/2024
2.1.329 259 5/28/2024
2.1.328 96 5/28/2024
2.1.327 98 5/28/2024
2.1.326 350 5/28/2024
2.1.325 213 5/27/2024
2.1.324 268 5/27/2024
2.1.323 94 5/27/2024
2.1.322 195 5/26/2024
2.1.321 257 5/26/2024
2.1.320 314 5/26/2024
2.1.319 102 5/26/2024
2.1.318 93 5/26/2024
2.1.317 284 5/26/2024
2.1.316 101 5/26/2024
2.1.315 99 5/25/2024
2.1.314 102 5/25/2024
2.1.313 99 5/25/2024
2.1.312 405 5/25/2024
2.1.311 105 5/25/2024
2.1.310 497 5/25/2024
2.1.309 228 5/23/2024
2.1.308 158 5/23/2024
2.1.307 97 5/23/2024
2.1.306 348 5/23/2024
2.1.305 93 5/23/2024
2.1.304 101 5/23/2024
2.1.303 275 5/23/2024
2.1.302 287 5/22/2024
2.1.301 97 5/22/2024
2.1.300 250 5/22/2024
2.1.299 97 5/22/2024
2.1.298 357 5/18/2024
2.1.297 101 5/18/2024
2.1.296 232 5/18/2024
2.1.295 117 5/18/2024
2.1.294 210 5/17/2024
2.1.293 111 5/17/2024
2.1.292 337 5/17/2024
2.1.291 215 5/17/2024
2.1.290 170 5/16/2024
2.1.289 125 5/16/2024
2.1.288 117 5/16/2024
2.1.287 319 5/15/2024
2.1.286 100 5/15/2024
2.1.285 109 5/14/2024
2.1.284 437 5/13/2024
2.1.283 83 5/13/2024
2.1.282 85 5/13/2024
2.1.281 422 5/1/2024
2.1.280 135 5/1/2024
2.1.279 1,157 4/28/2024
2.1.278 181 4/28/2024
2.1.277 173 4/28/2024
2.1.276 84 4/28/2024
2.1.275 107 4/28/2024
2.1.274 99 4/28/2024
2.1.273 104 4/27/2024
2.1.272 596 4/27/2024
2.1.271 248 4/20/2024
2.1.270 240 4/20/2024
2.1.269 104 4/19/2024
2.1.268 95 4/19/2024
2.1.267 444 4/19/2024
2.1.266 261 4/19/2024
2.1.265 213 4/19/2024
2.1.264 175 4/18/2024
2.1.263 445 4/13/2024
2.1.262 149 4/13/2024
2.1.261 198 4/13/2024
2.1.260 109 4/13/2024
2.1.259 271 4/12/2024
2.1.258 102 4/12/2024
2.1.257 449 4/12/2024
2.1.256 97 4/12/2024
2.1.255 102 4/12/2024
2.1.254 103 4/12/2024
2.1.253 105 4/12/2024
2.1.252 416 4/12/2024
2.1.251 88 4/12/2024
2.1.250 1,105 4/10/2024
2.1.249 94 4/10/2024
2.1.248 89 4/10/2024
2.1.247 427 4/10/2024
2.1.246 102 4/10/2024
2.1.245 263 4/9/2024
2.1.244 459 4/3/2024
2.1.243 201 4/2/2024
2.1.242 250 4/2/2024
2.1.241 230 4/2/2024
2.1.240 112 4/1/2024
2.1.239 564 3/30/2024
2.1.238 181 3/29/2024
2.1.237 81 3/29/2024
2.1.236 453 3/25/2024
2.1.235 116 3/25/2024
2.1.234 124 3/25/2024
2.1.233 314 3/25/2024
2.1.232 117 3/25/2024
2.1.231 107 3/25/2024
2.1.230 420 3/21/2024
2.1.229 109 3/21/2024
2.1.228 309 3/21/2024
2.1.227 114 3/20/2024
2.1.226 409 3/20/2024
2.1.225 110 3/19/2024
2.1.224 113 3/19/2024
2.1.223 102 3/19/2024
2.1.222 355 3/19/2024
2.1.221 98 3/19/2024
2.1.220 108 3/19/2024
2.1.219 351 3/19/2024
2.1.218 248 3/19/2024
2.1.217 124 3/18/2024
2.1.216 375 3/16/2024
2.1.215 105 3/16/2024
2.1.214 292 3/16/2024
2.1.213 108 3/16/2024
2.1.212 261 3/15/2024
2.1.211 116 3/15/2024
2.1.210 242 3/14/2024
2.1.209 97 3/13/2024
2.1.208 268 3/13/2024
2.1.207 105 3/13/2024
2.1.206 117 3/13/2024
2.1.205 102 3/13/2024
2.1.204 536 3/13/2024
2.1.203 268 3/13/2024
2.1.202 101 3/13/2024
2.1.201 94 3/12/2024
2.1.200 101 3/12/2024
2.1.199 102 3/12/2024
2.1.198 361 3/12/2024
2.1.197 102 3/12/2024
2.1.196 108 3/12/2024
2.1.195 445 3/11/2024
2.1.194 292 3/11/2024
2.1.193 99 3/11/2024
2.1.192 101 3/11/2024
2.1.191 420 3/10/2024
2.1.190 112 3/10/2024
2.1.189 109 3/10/2024
2.1.188 428 3/10/2024
2.1.187 243 3/9/2024
2.1.186 111 3/9/2024
2.1.185 107 3/8/2024
2.1.184 112 3/8/2024
2.1.183 100 3/8/2024
2.1.182 101 3/8/2024
2.1.181 468 3/8/2024
2.1.180 110 3/8/2024
2.1.179 387 3/6/2024
2.1.178 251 3/6/2024
2.1.177 115 3/6/2024
2.1.176 399 3/4/2024
2.1.175 215 3/4/2024
2.1.174 112 3/4/2024
2.1.173 106 3/4/2024
2.1.172 110 3/4/2024
2.1.171 301 3/4/2024
2.1.170 227 3/3/2024
2.1.169 184 3/3/2024
2.1.168 162 3/3/2024
2.1.167 113 3/3/2024
2.1.166 106 3/2/2024
2.1.165 214 3/2/2024
2.1.164 160 3/2/2024
2.1.163 103 3/2/2024
2.1.162 297 3/2/2024
2.1.161 109 3/2/2024
2.1.160 239 3/1/2024
2.1.159 107 2/29/2024
2.1.158 103 2/29/2024
2.1.157 102 2/29/2024
2.1.156 99 2/29/2024
2.1.155 384 2/29/2024
2.1.154 102 2/29/2024
2.1.153 250 2/27/2024
2.1.152 199 2/26/2024
2.1.151 139 2/26/2024
2.1.150 216 2/25/2024
2.1.149 163 2/25/2024
2.1.148 104 2/25/2024
2.1.147 105 2/25/2024
2.1.146 104 2/25/2024
2.1.145 322 2/24/2024
2.1.144 111 2/24/2024
2.1.143 117 2/24/2024
2.1.142 107 2/23/2024
2.1.141 107 2/23/2024
2.1.140 378 2/22/2024
2.1.139 117 2/22/2024
2.1.138 105 2/22/2024
2.1.137 237 2/22/2024
2.1.136 116 2/22/2024
2.1.135 226 2/22/2024
2.1.134 118 2/21/2024
2.1.133 111 2/21/2024
2.1.132 115 2/21/2024
2.1.131 292 2/21/2024
2.1.130 114 2/21/2024
2.1.129 246 2/21/2024
2.1.128 117 2/21/2024
2.1.127 110 2/21/2024
2.1.126 109 2/21/2024
2.1.125 289 2/20/2024
2.1.124 107 2/20/2024
2.1.123 226 2/20/2024
2.1.122 105 2/20/2024
2.1.121 241 2/20/2024
2.1.120 111 2/20/2024
2.1.119 104 2/20/2024
2.1.118 112 2/19/2024
2.1.117 107 2/19/2024
2.1.116 107 2/19/2024
2.1.115 378 2/19/2024
2.1.114 212 2/19/2024
2.1.113 124 2/17/2024
2.1.112 114 2/17/2024
2.1.111 109 2/17/2024
2.1.110 318 2/17/2024
2.1.109 153 2/16/2024
2.1.108 101 2/16/2024
2.1.107 100 2/16/2024
2.1.106 267 2/16/2024
2.1.105 102 2/16/2024
2.1.104 103 2/16/2024
2.1.103 174 2/16/2024
2.1.102 229 2/14/2024
2.1.101 101 2/14/2024
2.1.100 114 2/14/2024
2.1.99 109 2/14/2024
2.1.98 310 2/13/2024
2.1.97 115 2/13/2024
2.1.96 96 2/13/2024
2.1.95 102 2/13/2024
2.1.94 237 2/13/2024
2.1.93 174 2/13/2024
2.1.92 151 2/13/2024
2.1.91 184 2/13/2024
2.1.90 169 2/12/2024
2.1.89 106 2/12/2024
2.1.88 226 2/12/2024
2.1.87 112 2/12/2024
2.1.86 236 2/11/2024
2.1.85 104 2/11/2024
2.1.84 217 2/11/2024
2.1.83 110 2/11/2024
2.1.82 111 2/11/2024
2.1.81 279 2/11/2024
2.1.80 193 2/10/2024
2.1.79 111 2/10/2024
2.1.78 214 2/10/2024
2.1.77 179 2/10/2024
2.1.76 113 2/10/2024
2.1.75 262 2/9/2024
2.1.74 177 2/9/2024
2.1.73 105 2/9/2024
2.1.72 291 2/9/2024
2.1.71 100 2/9/2024
2.1.70 115 2/8/2024
2.1.69 116 2/8/2024
2.1.68 313 2/8/2024
2.1.67 117 2/8/2024
2.1.66 112 2/8/2024
2.1.65 372 2/7/2024
2.1.64 206 2/7/2024
2.1.63 115 2/7/2024
2.1.62 119 2/7/2024
2.1.61 165 2/7/2024
2.1.60 202 2/7/2024
2.1.59 114 2/7/2024
2.1.58 134 2/6/2024
2.1.57 135 2/6/2024
2.1.56 119 2/6/2024
2.1.55 413 2/5/2024
2.1.54 110 2/5/2024
2.1.53 214 2/5/2024
2.1.52 253 2/4/2024
2.1.51 107 2/4/2024
2.1.50 258 2/4/2024
2.1.49 190 2/3/2024
2.1.48 319 2/3/2024
2.1.47 161 1/31/2024
2.1.46 126 1/31/2024
2.1.45 104 1/31/2024
2.1.44 103 1/31/2024
2.1.43 404 1/30/2024
2.1.42 104 1/30/2024
2.1.41 200 1/30/2024
2.1.40 139 1/30/2024
2.1.39 100 1/29/2024
2.1.38 284 1/29/2024
2.1.37 108 1/29/2024
2.1.36 104 1/29/2024
2.1.35 102 1/29/2024
2.1.34 95 1/29/2024
2.1.33 405 1/28/2024
2.1.32 108 1/28/2024
2.1.31 107 1/28/2024
2.1.30 107 1/28/2024
2.1.29 109 1/28/2024
2.1.28 104 1/28/2024
2.1.27 405 1/27/2024
2.1.26 105 1/27/2024
2.1.25 312 1/27/2024
2.1.24 104 1/27/2024
2.1.23 251 1/27/2024
2.1.22 137 1/27/2024
2.1.21 196 1/26/2024
2.1.20 105 1/26/2024
2.1.19 127 1/26/2024
2.1.18 196 1/26/2024
2.1.17 269 1/26/2024
2.1.16 104 1/26/2024
2.1.15 106 1/26/2024
2.1.14 219 1/25/2024
2.1.13 110 1/25/2024
2.1.12 204 1/25/2024
2.1.11 109 1/25/2024
2.1.10 219 1/25/2024
2.1.9 95 1/25/2024
2.1.8 227 1/19/2024
2.1.7 217 1/19/2024
2.1.6 109 1/19/2024
2.1.5 253 1/17/2024
2.1.4 165 1/17/2024
2.1.3 336 1/15/2024
2.1.2 379 1/13/2024
2.1.1 135 1/13/2024