fix: program.cs
This commit is contained in:
parent
054149b26d
commit
e727ffdedc
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user