Update to latest code and nugets packages
This commit is contained in:
@@ -9,9 +9,10 @@ public sealed partial class Module : IIoCModule<IServiceCollection>
|
||||
|
||||
public void RegisterComponents(IServiceCollection container)
|
||||
{
|
||||
RegisterCustomers(container);
|
||||
RegisterExample(container);
|
||||
RegisterShared(container);
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user