feat/plano-rodape #17
@ -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 { }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user