6 lines
139 B
C#
6 lines
139 B
C#
|
|
namespace Brizco.Identity.Api.Services.Contracts;
|
|||
|
|
|
|||
|
|
public interface IDbInitializerService : IScopedDependency
|
|||
|
|
{
|
|||
|
|
void Initialize();
|
|||
|
|
}
|