Skip to content

Commit

Permalink
Reviewed
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroservienti authored Jan 13, 2025
1 parent 6fe16f9 commit 4536544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nservicebus/hosting/asp-net.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: NServiceBus in ASP.NET
summary: Hosting NServiceBus in ASP.NET Core applications
reviewed: 2022-09-12
reviewed: 2025-01-13
component: Extensions.Hosting
related:
- nservicebus/hosting/web-application
Expand All @@ -24,7 +24,7 @@ snippet: asp-net-generic-host-endpoint

## Dependency injection

Messages can be sent with NServiceBus using the `IMessageSession` API which is available via the dependency injection container.
Messages can be sent with NServiceBus using the `IMessageSession` API, which is available via the dependency injection container.

### Web API controllers

Expand Down

0 comments on commit 4536544

Please sign in to comment.