9 lines
218 B
C#
9 lines
218 B
C#
using Fake.EntityFrameworkCore;
|
|
using Fake.Modularity;
|
|
|
|
namespace InterfaceForward.Infrastructure;
|
|
|
|
[DependsOn(typeof(FakeEntityFrameworkCoreModule))]
|
|
public class InterfaceForwardInfrastructureModule:FakeModule
|
|
{
|
|
} |