Rename server namespaces.

This commit is contained in:
2020-02-29 20:00:34 +00:00
parent 3cc4d26aea
commit dd7a63f9dc
149 changed files with 236 additions and 236 deletions

View File

@@ -1,14 +1,14 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Aaru.Server.Models;
using DiscImageChef.CommonTypes.Metadata;
using DiscImageChef.Server.Models;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Newtonsoft.Json;
namespace DiscImageChef.Server.Areas.Admin.Controllers
namespace Aaru.Server.Areas.Admin.Controllers
{
[Area("Admin"), Authorize]
public class FireWiresController : Controller