IModuleBuilder<TContext> Methods
Allows you to add and configure Modules in your application.
Name | Description |
---|---|
Add |
Adds the specified Module to your application. Note that this Module must have the default constructor. |
Add |
Adds the specified Module to your application. |
Add |
See Also