DEV Community

Discussion on: Maybe it's time to rethink our project structure with .NET 6

Collapse
 
mrjavaguy profile image
Eric Holton

I believe the line of code of
builder.Services.RegisterOrdersModule();
should actually be
builder.RegisterOrdersModule();