mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2025-04-28 01:15:47 +02:00
6 lines
115 B
C#
6 lines
115 B
C#
namespace Phantom.Controller.Database;
|
|
|
|
public interface IDatabaseProvider {
|
|
ApplicationDbContext Provide();
|
|
}
|