From 70780d620a177cf1fecb752db082251fbfe96500 Mon Sep 17 00:00:00 2001 From: Polianin Nikita Date: Mon, 10 Jun 2024 22:15:15 +0300 Subject: [PATCH] fix: error CS0246 --- Endpoint/Controllers/Configuration/SetupController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Endpoint/Controllers/Configuration/SetupController.cs b/Endpoint/Controllers/Configuration/SetupController.cs index 67afb71..7ccea5f 100644 --- a/Endpoint/Controllers/Configuration/SetupController.cs +++ b/Endpoint/Controllers/Configuration/SetupController.cs @@ -18,6 +18,7 @@ using MySqlConnector; using Npgsql; using StackExchange.Redis; using System; +using System.Collections.Generic; using System.Data; using System.IO; using System.Net.Mail;