8 lines
197 B
C#
8 lines
197 B
C#
using Moonlight.ApiServer.Helpers;
|
|
|
|
namespace Moonlight.ApiServer.Interfaces.Startup;
|
|
|
|
public interface IDatabaseStartup
|
|
{
|
|
public Task ConfigureDatabase(DatabaseContextCollection collection);
|
|
} |