From c4e11a90138141f0112047c98d31ac1c2a618001 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 22 Apr 2020 15:37:18 +0000 Subject: [PATCH] --- server/AyaNova/Controllers/AttachmentController.cs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/server/AyaNova/Controllers/AttachmentController.cs b/server/AyaNova/Controllers/AttachmentController.cs index 30ae1876..98a046b0 100644 --- a/server/AyaNova/Controllers/AttachmentController.cs +++ b/server/AyaNova/Controllers/AttachmentController.cs @@ -6,15 +6,8 @@ using Microsoft.AspNetCore.Routing; using Microsoft.AspNetCore.Authorization; using Microsoft.Extensions.Logging; using Microsoft.EntityFrameworkCore; -using System.Globalization; using System.IO; -using System.Text; -using Microsoft.AspNetCore.Http.Features; -using Microsoft.AspNetCore.Mvc.ModelBinding; -using Microsoft.AspNetCore.WebUtilities; -using Microsoft.Net.Http.Headers; using System.Collections.Generic; -using System.Linq; using AyaNova.Models; using AyaNova.Api.ControllerHelpers; using AyaNova.Util;