Api/Brizco.Identity/Brizco.Identity.Api/Services/Contracts/IDbInitializerService.cs

6 lines
139 B
C#
Raw Permalink Normal View History

2023-09-08 12:25:21 +03:30
namespace Brizco.Identity.Api.Services.Contracts;
public interface IDbInitializerService : IScopedDependency
{
void Initialize();
}