Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jan 26, 2024
1 parent 9b5d832 commit 5f06fdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Src/POCPolymorphicRestApi/Program.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using System.Diagnostics.CodeAnalysis;

namespace POCPolymorphicRestApi;

[ExcludeFromCodeCoverage]
public static class Program
{
public static void Main(string[] args)
Expand Down

0 comments on commit 5f06fdb

Please sign in to comment.