From 21da6cde79ccd0cb7f895a29e3d8cab959ef11ba Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Mon, 4 Sep 2023 02:17:10 +0200 Subject: Too many changes to name... --- LibMatrix/Interfaces/Services/IStorageProvider.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'LibMatrix/Interfaces/Services/IStorageProvider.cs') diff --git a/LibMatrix/Interfaces/Services/IStorageProvider.cs b/LibMatrix/Interfaces/Services/IStorageProvider.cs index 519d8ed..e07e136 100644 --- a/LibMatrix/Interfaces/Services/IStorageProvider.cs +++ b/LibMatrix/Interfaces/Services/IStorageProvider.cs @@ -1,3 +1,8 @@ +using System; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; + namespace LibMatrix.Interfaces.Services; public interface IStorageProvider { -- cgit 1.4.1