using Fake.EntityFrameworkCore; using Fake.Modularity; namespace InterfaceForward.Infrastructure; [DependsOn(typeof(FakeEntityFrameworkCoreModule))] public class InterfaceForwardInfrastructureModule:FakeModule { }