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 a7744be commit 4f97c5bCopy full SHA for 4f97c5b
ImageResizeWebApp/ImageResizeWebApp/Helpers/StorageHelper.cs
@@ -1,17 +1,13 @@
1
-using ImageResizeWebApp.Models;
2
-using Microsoft.AspNetCore.Http;
3
-using Azure;
4
-using Azure.Storage;
+using Azure.Storage;
5
using Azure.Storage.Blobs;
6
-using Azure.Storage.Sas;
7
-
+using Azure.Storage.Blobs.Models;
+using ImageResizeWebApp.Models;
+using Microsoft.AspNetCore.Http;
8
using System;
9
using System.Collections.Generic;
10
using System.IO;
11
using System.Linq;
12
using System.Threading.Tasks;
13
-using Azure.Storage.Blobs.Models;
14
-using System.Diagnostics;
15
16
namespace ImageResizeWebApp.Helpers
17
{
0 commit comments