itfx/src/InterfaceForward.Infrastructure/InterfaceForwardInfrastructureModule.cs
2024-03-07 21:15:12 +08:00

9 lines
218 B
C#

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