Soenneker.Blazor.Utils.BlazorOutputInvoker 3.0.610

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Utils.BlazorOutputInvoker --version 3.0.610                
NuGet\Install-Package Soenneker.Blazor.Utils.BlazorOutputInvoker -Version 3.0.610                
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.610" />                
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.610                
#r "nuget: Soenneker.Blazor.Utils.BlazorOutputInvoker, 3.0.610"                
#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.610

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

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.636 88 11/21/2024
3.0.635 37 11/21/2024
3.0.634 198 11/20/2024
3.0.633 34 11/20/2024
3.0.632 40 11/20/2024
3.0.631 38 11/20/2024
3.0.630 36 11/20/2024
3.0.629 37 11/20/2024
3.0.628 36 11/20/2024
3.0.627 295 11/19/2024
3.0.626 36 11/19/2024
3.0.625 414 11/19/2024
3.0.624 37 11/19/2024
3.0.623 32 11/19/2024
3.0.622 452 11/15/2024
3.0.621 203 11/14/2024
3.0.620 69 11/14/2024
3.0.619 71 11/14/2024
3.0.618 66 11/14/2024
3.0.617 245 11/14/2024
3.0.616 181 11/14/2024
3.0.615 66 11/14/2024
3.0.614 287 11/14/2024
3.0.613 302 11/14/2024
3.0.612 68 11/14/2024
3.0.611 247 11/14/2024
3.0.610 67 11/14/2024
3.0.609 65 11/14/2024
2.1.608 405 11/13/2024
2.1.607 304 11/13/2024
2.1.606 72 11/13/2024
2.1.605 506 11/13/2024
2.1.604 67 11/12/2024
2.1.603 66 11/12/2024
2.1.602 579 11/9/2024
2.1.601 241 11/9/2024
2.1.600 239 11/9/2024
2.1.599 72 11/9/2024
2.1.598 75 11/8/2024
2.1.597 401 11/8/2024
2.1.596 75 11/8/2024
2.1.595 632 11/8/2024
2.1.594 230 11/8/2024
2.1.593 292 11/6/2024
2.1.592 329 11/1/2024
2.1.591 69 11/1/2024
2.1.590 69 11/1/2024
2.1.589 614 10/29/2024
2.1.588 76 10/29/2024
2.1.587 231 10/29/2024
2.1.586 215 10/29/2024
2.1.585 277 10/29/2024
2.1.584 72 10/29/2024
2.1.583 304 10/29/2024
2.1.582 447 10/28/2024
2.1.581 410 10/26/2024
2.1.580 72 10/26/2024
2.1.579 583 10/22/2024
2.1.578 315 10/22/2024
2.1.577 167 10/22/2024
2.1.576 71 10/22/2024
2.1.575 65 10/22/2024
2.1.574 765 10/17/2024
2.1.573 182 10/17/2024
2.1.572 509 10/15/2024
2.1.571 71 10/15/2024
2.1.570 245 10/14/2024
2.1.569 352 10/12/2024
2.1.568 76 10/12/2024
2.1.567 77 10/12/2024
2.1.566 459 10/11/2024
2.1.565 470 10/9/2024
2.1.564 202 10/9/2024
2.1.563 251 10/9/2024
2.1.562 241 10/9/2024
2.1.561 173 10/8/2024
2.1.560 75 10/8/2024
2.1.559 279 10/8/2024
2.1.558 80 10/8/2024
2.1.557 444 10/8/2024
2.1.556 78 10/8/2024
2.1.555 667 10/3/2024
2.1.554 241 10/3/2024
2.1.553 244 10/3/2024
2.1.552 78 10/3/2024
2.1.551 72 10/3/2024
2.1.550 70 10/3/2024
2.1.549 634 10/2/2024
2.1.548 155 10/2/2024
2.1.547 73 10/2/2024
2.1.546 374 10/2/2024
2.1.545 75 10/2/2024
2.1.544 79 10/2/2024
2.1.543 556 10/1/2024
2.1.542 219 10/1/2024
2.1.541 299 10/1/2024
2.1.540 78 10/1/2024
2.1.539 583 9/29/2024
2.1.538 78 9/29/2024
2.1.537 76 9/29/2024
2.1.536 494 9/29/2024
2.1.535 494 9/27/2024
2.1.534 74 9/27/2024
2.1.533 458 9/27/2024
2.1.532 83 9/27/2024
2.1.531 465 9/27/2024
2.1.530 76 9/27/2024
2.1.529 353 9/26/2024
2.1.528 201 9/26/2024
2.1.527 610 9/26/2024
2.1.526 142 9/26/2024
2.1.525 235 9/26/2024
2.1.524 225 9/26/2024
2.1.523 82 9/26/2024
2.1.522 705 9/23/2024
2.1.521 154 9/23/2024
2.1.520 280 9/23/2024
2.1.519 375 9/23/2024
2.1.518 74 9/23/2024
2.1.517 256 9/23/2024
2.1.516 535 9/23/2024
2.1.515 201 9/23/2024
2.1.514 78 9/23/2024
2.1.513 450 9/22/2024
2.1.512 367 9/18/2024
2.1.511 92 9/18/2024
2.1.510 176 9/18/2024
2.1.509 256 9/18/2024
2.1.508 83 9/18/2024
2.1.507 94 9/17/2024
2.1.506 307 9/17/2024
2.1.505 134 9/17/2024
2.1.504 91 9/17/2024
2.1.503 274 9/17/2024
2.1.502 175 9/17/2024
2.1.501 163 9/17/2024
2.1.500 83 9/17/2024
2.1.499 1,102 9/16/2024
2.1.498 96 9/16/2024
2.1.497 571 9/12/2024
2.1.496 135 9/12/2024
2.1.495 146 9/12/2024
2.1.494 102 9/12/2024
2.1.493 172 9/12/2024
2.1.492 125 9/11/2024
2.1.491 136 9/11/2024
2.1.490 163 9/11/2024
2.1.489 150 9/11/2024
2.1.488 157 9/11/2024
2.1.487 174 9/11/2024
2.1.486 105 9/11/2024
2.1.485 1,542 9/10/2024
2.1.484 228 9/10/2024
2.1.483 210 9/10/2024
2.1.482 160 9/10/2024
2.1.481 84 9/10/2024
2.1.480 188 9/10/2024
2.1.478 171 9/9/2024
2.1.477 87 9/9/2024
2.1.476 184 9/9/2024
2.1.475 172 9/9/2024
2.1.474 86 9/9/2024
2.1.473 1,446 9/9/2024
2.1.472 305 9/7/2024
2.1.471 88 9/7/2024
2.1.470 290 9/7/2024
2.1.469 398 9/6/2024
2.1.468 210 9/6/2024
2.1.467 234 9/6/2024
2.1.466 103 9/5/2024
2.1.465 89 9/5/2024
2.1.464 577 9/5/2024
2.1.463 94 9/5/2024
2.1.462 258 9/5/2024
2.1.461 86 9/5/2024
2.1.460 96 9/5/2024
2.1.459 270 9/5/2024
2.1.458 418 9/4/2024
2.1.457 426 9/4/2024
2.1.456 113 9/3/2024
2.1.455 102 9/3/2024
2.1.454 399 9/3/2024
2.1.453 94 9/3/2024
2.1.452 418 9/3/2024
2.1.451 279 8/29/2024
2.1.450 168 8/29/2024
2.1.449 90 8/29/2024
2.1.448 529 8/26/2024
2.1.447 326 8/26/2024
2.1.446 91 8/26/2024
2.1.445 596 8/21/2024
2.1.444 113 8/21/2024
2.1.443 399 8/21/2024
2.1.442 113 8/21/2024
2.1.441 236 8/20/2024
2.1.440 120 8/20/2024
2.1.439 109 8/20/2024
2.1.438 482 8/20/2024
2.1.437 105 8/20/2024
2.1.436 114 8/20/2024
2.1.435 383 8/20/2024
2.1.434 101 8/19/2024
2.1.433 427 8/15/2024
2.1.432 384 8/15/2024
2.1.431 109 8/15/2024
2.1.430 318 8/15/2024
2.1.429 456 8/13/2024
2.1.428 115 8/13/2024
2.1.427 432 8/7/2024
2.1.426 183 8/7/2024
2.1.425 93 8/7/2024
2.1.424 94 8/7/2024
2.1.423 411 8/6/2024
2.1.422 352 8/1/2024
2.1.421 89 8/1/2024
2.1.420 262 8/1/2024
2.1.419 82 8/1/2024
2.1.418 85 8/1/2024
2.1.417 639 7/25/2024
2.1.416 62 7/25/2024
2.1.415 65 7/25/2024
2.1.414 282 7/25/2024
2.1.413 61 7/25/2024
2.1.412 209 7/25/2024
2.1.411 94 7/25/2024
2.1.410 104 7/24/2024
2.1.409 72 7/24/2024
2.1.408 57 7/24/2024
2.1.407 466 7/20/2024
2.1.406 90 7/20/2024
2.1.405 302 7/20/2024
2.1.404 674 7/14/2024
2.1.403 151 7/14/2024
2.1.402 83 7/14/2024
2.1.401 279 7/14/2024
2.1.400 240 7/14/2024
2.1.399 244 7/10/2024
2.1.398 84 7/10/2024
2.1.397 83 7/10/2024
2.1.396 86 7/10/2024
2.1.395 69 7/10/2024
2.1.394 636 7/10/2024
2.1.393 241 7/10/2024
2.1.392 78 7/10/2024
2.1.391 88 7/10/2024
2.1.390 333 7/10/2024
2.1.389 92 7/10/2024
2.1.388 87 7/9/2024
2.1.387 324 7/9/2024
2.1.386 76 7/9/2024
2.1.385 82 7/9/2024
2.1.384 77 7/9/2024
2.1.383 90 7/9/2024
2.1.382 77 7/9/2024
2.1.381 86 7/9/2024
2.1.380 74 7/9/2024
2.1.379 73 7/9/2024
2.1.378 912 7/8/2024
2.1.377 66 7/8/2024
2.1.376 80 7/8/2024
2.1.375 312 7/8/2024
2.1.374 411 7/8/2024
2.1.373 86 7/7/2024
2.1.372 73 7/7/2024
2.1.371 430 7/7/2024
2.1.370 840 7/3/2024
2.1.369 83 7/3/2024
2.1.368 147 7/3/2024
2.1.367 325 7/3/2024
2.1.366 83 7/3/2024
2.1.365 809 6/27/2024
2.1.364 85 6/27/2024
2.1.363 87 6/27/2024
2.1.362 511 6/22/2024
2.1.361 96 6/22/2024
2.1.360 234 6/22/2024
2.1.359 326 6/16/2024
2.1.358 99 6/15/2024
2.1.357 91 6/15/2024
2.1.356 328 6/15/2024
2.1.355 95 6/15/2024
2.1.354 86 6/15/2024
2.1.353 347 6/15/2024
2.1.352 155 6/15/2024
2.1.351 197 6/15/2024
2.1.350 100 6/14/2024
2.1.349 468 6/4/2024
2.1.348 224 6/4/2024
2.1.347 405 6/2/2024
2.1.346 273 6/1/2024
2.1.345 86 6/1/2024
2.1.344 84 6/1/2024
2.1.343 95 6/1/2024
2.1.342 462 6/1/2024
2.1.341 83 6/1/2024
2.1.340 97 6/1/2024
2.1.339 313 5/31/2024
2.1.338 98 5/31/2024
2.1.337 88 5/31/2024
2.1.336 103 5/31/2024
2.1.335 512 5/29/2024
2.1.334 82 5/29/2024
2.1.333 278 5/29/2024
2.1.332 179 5/29/2024
2.1.331 242 5/28/2024
2.1.330 200 5/28/2024
2.1.329 255 5/28/2024
2.1.328 91 5/28/2024
2.1.327 92 5/28/2024
2.1.326 346 5/28/2024
2.1.325 207 5/27/2024
2.1.324 262 5/27/2024
2.1.323 90 5/27/2024
2.1.322 189 5/26/2024
2.1.321 253 5/26/2024
2.1.320 310 5/26/2024
2.1.319 98 5/26/2024
2.1.318 89 5/26/2024
2.1.317 280 5/26/2024
2.1.316 95 5/26/2024
2.1.315 95 5/25/2024
2.1.314 98 5/25/2024
2.1.313 93 5/25/2024
2.1.312 401 5/25/2024
2.1.311 99 5/25/2024
2.1.310 493 5/25/2024
2.1.309 224 5/23/2024
2.1.308 152 5/23/2024
2.1.307 93 5/23/2024
2.1.306 344 5/23/2024
2.1.305 89 5/23/2024
2.1.304 97 5/23/2024
2.1.303 271 5/23/2024
2.1.302 283 5/22/2024
2.1.301 93 5/22/2024
2.1.300 244 5/22/2024
2.1.299 93 5/22/2024
2.1.298 353 5/18/2024
2.1.297 97 5/18/2024
2.1.296 228 5/18/2024
2.1.295 113 5/18/2024
2.1.294 204 5/17/2024
2.1.293 107 5/17/2024
2.1.292 333 5/17/2024
2.1.291 211 5/17/2024
2.1.290 166 5/16/2024
2.1.289 119 5/16/2024
2.1.288 111 5/16/2024
2.1.287 315 5/15/2024
2.1.286 96 5/15/2024
2.1.285 105 5/14/2024
2.1.284 433 5/13/2024
2.1.283 79 5/13/2024
2.1.282 79 5/13/2024
2.1.281 418 5/1/2024
2.1.280 133 5/1/2024
2.1.279 1,143 4/28/2024
2.1.278 179 4/28/2024
2.1.277 169 4/28/2024
2.1.276 82 4/28/2024
2.1.275 105 4/28/2024
2.1.274 97 4/28/2024
2.1.273 100 4/27/2024
2.1.272 592 4/27/2024
2.1.271 246 4/20/2024
2.1.270 238 4/20/2024
2.1.269 102 4/19/2024
2.1.268 91 4/19/2024
2.1.267 435 4/19/2024
2.1.266 257 4/19/2024
2.1.265 211 4/19/2024
2.1.264 171 4/18/2024
2.1.263 441 4/13/2024
2.1.262 147 4/13/2024
2.1.261 196 4/13/2024
2.1.260 107 4/13/2024
2.1.259 267 4/12/2024
2.1.258 98 4/12/2024
2.1.257 447 4/12/2024
2.1.256 95 4/12/2024
2.1.255 98 4/12/2024
2.1.254 101 4/12/2024
2.1.253 103 4/12/2024
2.1.252 414 4/12/2024
2.1.251 84 4/12/2024
2.1.250 958 4/10/2024
2.1.249 92 4/10/2024
2.1.248 87 4/10/2024
2.1.247 425 4/10/2024
2.1.246 98 4/10/2024
2.1.245 261 4/9/2024
2.1.244 457 4/3/2024
2.1.243 197 4/2/2024
2.1.242 247 4/2/2024
2.1.241 227 4/2/2024
2.1.240 109 4/1/2024
2.1.239 562 3/30/2024
2.1.238 178 3/29/2024
2.1.237 79 3/29/2024
2.1.236 450 3/25/2024
2.1.235 114 3/25/2024
2.1.234 122 3/25/2024
2.1.233 312 3/25/2024
2.1.232 114 3/25/2024
2.1.231 105 3/25/2024
2.1.230 418 3/21/2024
2.1.229 107 3/21/2024
2.1.228 307 3/21/2024
2.1.227 112 3/20/2024
2.1.226 407 3/20/2024
2.1.225 108 3/19/2024
2.1.224 111 3/19/2024
2.1.223 100 3/19/2024
2.1.222 353 3/19/2024
2.1.221 96 3/19/2024
2.1.220 106 3/19/2024
2.1.219 343 3/19/2024
2.1.218 246 3/19/2024
2.1.217 118 3/18/2024
2.1.216 373 3/16/2024
2.1.215 103 3/16/2024
2.1.214 290 3/16/2024
2.1.213 106 3/16/2024
2.1.212 259 3/15/2024
2.1.211 114 3/15/2024
2.1.210 236 3/14/2024
2.1.209 95 3/13/2024
2.1.208 265 3/13/2024
2.1.207 103 3/13/2024
2.1.206 112 3/13/2024
2.1.205 100 3/13/2024
2.1.204 533 3/13/2024
2.1.203 266 3/13/2024
2.1.202 99 3/13/2024
2.1.201 91 3/12/2024
2.1.200 99 3/12/2024
2.1.199 95 3/12/2024
2.1.198 358 3/12/2024
2.1.197 100 3/12/2024
2.1.196 106 3/12/2024
2.1.195 442 3/11/2024
2.1.194 289 3/11/2024
2.1.193 97 3/11/2024
2.1.192 99 3/11/2024
2.1.191 413 3/10/2024
2.1.190 110 3/10/2024
2.1.189 107 3/10/2024
2.1.188 426 3/10/2024
2.1.187 241 3/9/2024
2.1.186 107 3/9/2024
2.1.185 105 3/8/2024
2.1.184 110 3/8/2024
2.1.183 98 3/8/2024
2.1.182 99 3/8/2024
2.1.181 466 3/8/2024
2.1.180 106 3/8/2024
2.1.179 385 3/6/2024
2.1.178 245 3/6/2024
2.1.177 113 3/6/2024
2.1.176 397 3/4/2024
2.1.175 213 3/4/2024
2.1.174 110 3/4/2024
2.1.173 104 3/4/2024
2.1.172 106 3/4/2024
2.1.171 299 3/4/2024
2.1.170 221 3/3/2024
2.1.169 182 3/3/2024
2.1.168 160 3/3/2024
2.1.167 111 3/3/2024
2.1.166 104 3/2/2024
2.1.165 212 3/2/2024
2.1.164 156 3/2/2024
2.1.163 99 3/2/2024
2.1.162 295 3/2/2024
2.1.161 107 3/2/2024
2.1.160 237 3/1/2024
2.1.159 101 2/29/2024
2.1.158 101 2/29/2024
2.1.157 100 2/29/2024
2.1.156 97 2/29/2024
2.1.155 382 2/29/2024
2.1.154 100 2/29/2024
2.1.153 248 2/27/2024
2.1.152 197 2/26/2024
2.1.151 137 2/26/2024
2.1.150 214 2/25/2024
2.1.149 161 2/25/2024
2.1.148 102 2/25/2024
2.1.147 101 2/25/2024
2.1.146 102 2/25/2024
2.1.145 320 2/24/2024
2.1.144 109 2/24/2024
2.1.143 115 2/24/2024
2.1.142 105 2/23/2024
2.1.141 105 2/23/2024
2.1.140 376 2/22/2024
2.1.139 115 2/22/2024
2.1.138 103 2/22/2024
2.1.137 235 2/22/2024
2.1.136 114 2/22/2024
2.1.135 224 2/22/2024
2.1.134 116 2/21/2024
2.1.133 109 2/21/2024
2.1.132 113 2/21/2024
2.1.131 288 2/21/2024
2.1.130 112 2/21/2024
2.1.129 242 2/21/2024
2.1.128 115 2/21/2024
2.1.127 108 2/21/2024
2.1.126 107 2/21/2024
2.1.125 287 2/20/2024
2.1.124 99 2/20/2024
2.1.123 224 2/20/2024
2.1.122 103 2/20/2024
2.1.121 239 2/20/2024
2.1.120 108 2/20/2024
2.1.119 102 2/20/2024
2.1.118 110 2/19/2024
2.1.117 105 2/19/2024
2.1.116 105 2/19/2024
2.1.115 375 2/19/2024
2.1.114 209 2/19/2024
2.1.113 121 2/17/2024
2.1.112 109 2/17/2024
2.1.111 106 2/17/2024
2.1.110 316 2/17/2024
2.1.109 151 2/16/2024
2.1.108 99 2/16/2024
2.1.107 98 2/16/2024
2.1.106 265 2/16/2024
2.1.105 100 2/16/2024
2.1.104 101 2/16/2024
2.1.103 172 2/16/2024
2.1.102 227 2/14/2024
2.1.101 99 2/14/2024
2.1.100 112 2/14/2024
2.1.99 107 2/14/2024
2.1.98 308 2/13/2024
2.1.97 109 2/13/2024
2.1.96 94 2/13/2024
2.1.95 100 2/13/2024
2.1.94 235 2/13/2024
2.1.93 172 2/13/2024
2.1.92 149 2/13/2024
2.1.91 182 2/13/2024
2.1.90 165 2/12/2024
2.1.89 104 2/12/2024
2.1.88 224 2/12/2024
2.1.87 110 2/12/2024
2.1.86 234 2/11/2024
2.1.85 100 2/11/2024
2.1.84 215 2/11/2024
2.1.83 108 2/11/2024
2.1.82 109 2/11/2024
2.1.81 277 2/11/2024
2.1.80 191 2/10/2024
2.1.79 107 2/10/2024
2.1.78 210 2/10/2024
2.1.77 173 2/10/2024
2.1.76 111 2/10/2024
2.1.75 256 2/9/2024
2.1.74 175 2/9/2024
2.1.73 103 2/9/2024
2.1.72 289 2/9/2024
2.1.71 98 2/9/2024
2.1.70 109 2/8/2024
2.1.69 110 2/8/2024
2.1.68 307 2/8/2024
2.1.67 111 2/8/2024
2.1.66 106 2/8/2024
2.1.65 370 2/7/2024
2.1.64 204 2/7/2024
2.1.63 113 2/7/2024
2.1.62 117 2/7/2024
2.1.61 163 2/7/2024
2.1.60 200 2/7/2024
2.1.59 112 2/7/2024
2.1.58 132 2/6/2024
2.1.57 133 2/6/2024
2.1.56 115 2/6/2024
2.1.55 411 2/5/2024
2.1.54 108 2/5/2024
2.1.53 212 2/5/2024
2.1.52 251 2/4/2024
2.1.51 105 2/4/2024
2.1.50 256 2/4/2024
2.1.49 188 2/3/2024
2.1.48 317 2/3/2024
2.1.47 157 1/31/2024
2.1.46 124 1/31/2024
2.1.45 102 1/31/2024
2.1.44 100 1/31/2024
2.1.43 402 1/30/2024
2.1.42 102 1/30/2024
2.1.41 198 1/30/2024
2.1.40 137 1/30/2024
2.1.39 98 1/29/2024
2.1.38 282 1/29/2024
2.1.37 106 1/29/2024
2.1.36 102 1/29/2024
2.1.35 100 1/29/2024
2.1.34 93 1/29/2024
2.1.33 403 1/28/2024
2.1.32 106 1/28/2024
2.1.31 105 1/28/2024
2.1.30 103 1/28/2024
2.1.29 107 1/28/2024
2.1.28 102 1/28/2024
2.1.27 403 1/27/2024
2.1.26 103 1/27/2024
2.1.25 310 1/27/2024
2.1.24 102 1/27/2024
2.1.23 249 1/27/2024
2.1.22 135 1/27/2024
2.1.21 194 1/26/2024
2.1.20 103 1/26/2024
2.1.19 125 1/26/2024
2.1.18 194 1/26/2024
2.1.17 267 1/26/2024
2.1.16 102 1/26/2024
2.1.15 104 1/26/2024
2.1.14 217 1/25/2024
2.1.13 108 1/25/2024
2.1.12 202 1/25/2024
2.1.11 107 1/25/2024
2.1.10 217 1/25/2024
2.1.9 93 1/25/2024
2.1.8 225 1/19/2024
2.1.7 215 1/19/2024
2.1.6 107 1/19/2024
2.1.5 251 1/17/2024
2.1.4 163 1/17/2024
2.1.3 334 1/15/2024
2.1.2 377 1/13/2024
2.1.1 133 1/13/2024