DI ConnectionString
This commit is contained in:
6
FahrzeugeMVC/Models/IKonfigurationsleser.cs
Normal file
6
FahrzeugeMVC/Models/IKonfigurationsleser.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace FahrzeugeMVC.Models;
|
||||
|
||||
public interface IKonfigurationsleser
|
||||
{
|
||||
string LiesDBVerebindung();
|
||||
}
|
||||
Reference in New Issue
Block a user