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