2024-12-18 23:28:18 +03:30

7 lines
93 B
C#

namespace BuildingBlocks.EFCore;
public interface ISeedManager
{
Task ExecuteAsync();
}