We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2d79e commit aebb959Copy full SHA for aebb959
NorthwindCRUD/Program.cs
@@ -2,10 +2,6 @@
2
using AutoMapper;
3
using GraphQL.AspNet.Configuration.Mvc;
4
using Microsoft.AspNetCore.Authentication.JwtBearer;
5
-using Microsoft.Data.Sqlite;
6
-using Microsoft.EntityFrameworkCore;
7
-using Microsoft.EntityFrameworkCore.Diagnostics;
8
-using Microsoft.Extensions.Options;
9
using Microsoft.IdentityModel.Tokens;
10
using Microsoft.OpenApi.Models;
11
using Newtonsoft.Json.Converters;
@@ -14,7 +10,6 @@
14
using NorthwindCRUD.Middlewares;
15
using NorthwindCRUD.Providers;
16
12
using NorthwindCRUD.Services;
17
-using QueryBuilder;
18
13
19
namespace NorthwindCRUD
20
{
0 commit comments