Code CleanUp - Export leider doch fehlerhaft

This commit is contained in:
2024-09-02 14:09:35 +02:00
parent eac696921a
commit d052784121
11 changed files with 54 additions and 40 deletions

View File

@@ -1,9 +1,6 @@
using System.Globalization;
using Core;
using Projekt_Calcan_Conze_Export.Repositories;
using Core;
using Projekt_Calcan_Conze_Export.Repositories;
using System.Globalization;
try
{

View File

@@ -1,11 +1,7 @@
using System.Data;
using Core;
using Projekt_Calcan_Conze_Export.Models;
using Core;
using MySql.Data.MySqlClient;
using Projekt_Calcan_Conze_Export.Models;
using System.Data;
namespace Projekt_Calcan_Conze_Export.Repositories;