mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-14 20:54:05 +08:00
7 lines
93 B
C#
7 lines
93 B
C#
namespace BuildingBlocks.EFCore;
|
|
|
|
public interface ISeedManager
|
|
{
|
|
Task ExecuteAsync();
|
|
}
|