summaryrefslogtreecommitdiff
path: root/backend/Elements.Data/ApplicationDbContext.cs
diff options
context:
space:
mode:
authorPaweł Bernaciak <pawelbernaciak@zohomail.eu>2023-10-14 21:04:48 +0200
committerPaweł Bernaciak <pawelbernaciak@zohomail.eu>2023-10-19 17:22:49 +0200
commit17785848eb53f8d0420f6b6b3be00a0d10be4e1e (patch)
treeb8de3cb798463e883aaabbcddcb138f9f1940dae /backend/Elements.Data/ApplicationDbContext.cs
parent387db91e12bb679711db9b868110b2823612457e (diff)
Create backend project
Diffstat (limited to 'backend/Elements.Data/ApplicationDbContext.cs')
-rw-r--r--backend/Elements.Data/ApplicationDbContext.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/backend/Elements.Data/ApplicationDbContext.cs b/backend/Elements.Data/ApplicationDbContext.cs
new file mode 100644
index 0000000..619719a
--- /dev/null
+++ b/backend/Elements.Data/ApplicationDbContext.cs
@@ -0,0 +1,7 @@
+using Microsoft.EntityFrameworkCore;
+
+namespace Elements.Data;
+public class ApplicationDbContext : DbContext
+{
+
+}