internal sealed class AzureStorage : IAzureStorage| AzureStorage | Default constructor with dependency injections |
| CreateNewStorage | |
| DeleteAsync | This method deleted a file with the specified filename |
| DeleteCompanyFolder | Delete an entire company folder. |
| DeleteFolder | Deletes a subfolder of a company along with its contents |
| DownloadAsync | This method downloads a file with the specified filename |
| GetAnyFile | This method grabs the first file in the Blob storage it can find. |
| ListAsync | This method returns a list of all files located in the container |
| UploadAsync | This method uploads a file submitted with the request |