mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-12 02:20:28 +08:00
7 lines
109 B
C#
7 lines
109 B
C#
namespace Foxel.Services.Initializer;
|
|
|
|
public interface IDatabaseInitializer
|
|
{
|
|
Task InitializeAsync();
|
|
}
|