Skip to content

Commit

Permalink
Update net_standard.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-net authored Sep 27, 2024
1 parent d606b06 commit 6f23875
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/dotnet_framework/net_standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ grand_parent: My Docs

``` csharp
using Microsoft.Extensions.Diagnostics.HealthChecks;

namespace Microsoft.Extensions.DependencyInjection
{
public class SampleDatabaseHealthCheck : IHealthCheck
{
private readonly DBContext dbContext;

public SampleDatabaseHealthCheck(DBContext dbContext)
{
this.dbContext = dbContext;
Expand Down

0 comments on commit 6f23875

Please sign in to comment.