Changed db stuff

This commit is contained in:
2022-07-14 19:31:53 -04:00
parent 450a05fab1
commit 5402923e9f
9 changed files with 40 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
using Microsoft.EntityFrameworkCore;
namespace DBConnection.Interfaces;
namespace DBConnection.ModelBuilders;
/// <summary>
/// ModelBuilders are used for customizing DB models with properties not settable via annotations

View File

@@ -1,4 +1,3 @@
using DBConnection.Interfaces;
using DBConnection.Models;
using Microsoft.EntityFrameworkCore;