namespace Brizco.Identity.Api.Services.Contracts;
public interface IDbInitializerService : IScopedDependency
{
void Initialize();
}