From 1c87ffc73ee8e6b2028fc31d48008e5cf4b715d2 Mon Sep 17 00:00:00 2001 From: honzapatCZ Date: Fri, 24 Jan 2025 18:15:46 +0100 Subject: [PATCH] remove wrong dependency using --- AutoScan.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/AutoScan.cs b/AutoScan.cs index 2d05798..e540f14 100644 --- a/AutoScan.cs +++ b/AutoScan.cs @@ -1,5 +1,4 @@ using Microsoft.EntityFrameworkCore; -using NejAccountingAPI.Models; using Quartz; namespace NejCommon;