fix: program.cs

This commit is contained in:
Ricardo Carneiro 2025-08-21 21:29:00 -03:00
parent 054149b26d
commit e727ffdedc

View File

@ -3,12 +3,10 @@ using BCards.Web.Services;
using BCards.Web.Repositories; using BCards.Web.Repositories;
using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authentication.Google; using Microsoft.AspNetCore.Authentication.Google;
using Microsoft.AspNetCore.Authentication.MicrosoftAccount;
using Microsoft.AspNetCore.Localization; using Microsoft.AspNetCore.Localization;
using Microsoft.Extensions.Options; using Microsoft.Extensions.Options;
using MongoDB.Driver; using MongoDB.Driver;
using System.Globalization; using System.Globalization;
using Stripe;
using Microsoft.AspNetCore.Authentication.OAuth; using Microsoft.AspNetCore.Authentication.OAuth;
using SendGrid; using SendGrid;
using BCards.Web.Middleware; using BCards.Web.Middleware;
@ -295,4 +293,4 @@ using (var scope = app.Services.CreateScope())
app.Run(); app.Run();
// Make Program accessible for integration tests // Make Program accessible for integration tests
public partial class Program { } public partial class Program { }