From 1aaa7559d4eb467dfd40d94693b9be28331608a1 Mon Sep 17 00:00:00 2001 From: Taarly Date: Mon, 19 May 2025 16:27:50 +0200 Subject: [PATCH] deleted 2 unnecissary files --- Project.Model/Validation.cs | 6 ------ Project.Persistence/CheckLogin.cs | 8 -------- 2 files changed, 14 deletions(-) delete mode 100644 Project.Model/Validation.cs delete mode 100644 Project.Persistence/CheckLogin.cs diff --git a/Project.Model/Validation.cs b/Project.Model/Validation.cs deleted file mode 100644 index 0b00b14..0000000 --- a/Project.Model/Validation.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace Project.Model; - -public class Validation -{ - -} \ No newline at end of file diff --git a/Project.Persistence/CheckLogin.cs b/Project.Persistence/CheckLogin.cs deleted file mode 100644 index c05a08e..0000000 --- a/Project.Persistence/CheckLogin.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace Project.Persistence; - -public class CheckLogin -{ - public void CompareLogins() - { - } -} \ No newline at end of file