feat/plano-rodape #17

Merged
ricardo merged 2 commits from feat/plano-rodape into main 2025-08-22 00:50:30 +00:00
Showing only changes of commit e727ffdedc - Show all commits

View File

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