aboutsummaryrefslogtreecommitdiff
path: root/Database
diff options
context:
space:
mode:
Diffstat (limited to 'Database')
-rw-r--r--Database/Class1.cs8
-rw-r--r--Database/Database.cs9
2 files changed, 9 insertions, 8 deletions
diff --git a/Database/Class1.cs b/Database/Class1.cs
deleted file mode 100644
index e5519d6..0000000
--- a/Database/Class1.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-using System;
-
-namespace Database
-{
- public class Class1
- {
- }
-}
diff --git a/Database/Database.cs b/Database/Database.cs
new file mode 100644
index 0000000..f69028c
--- /dev/null
+++ b/Database/Database.cs
@@ -0,0 +1,9 @@
+using System;
+using Microsoft.EntityFrameworkCore;
+using MySql.Data.EntityFrameworkCore;
+
+namespace Database {
+ public class Database {
+
+ }
+}