Use global usings.

This commit is contained in:
2021-12-08 18:13:14 +00:00
parent ba39d5017f
commit 1aa8a3af4b
70 changed files with 12 additions and 285 deletions

View File

@@ -1,11 +1,4 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Aaru.CommonTypes.Metadata;
using Aaru.Server.Models;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Newtonsoft.Json;
namespace Aaru.Server.Areas.Admin.Controllers;