c# - UnityPerRequestHttpModule for WebApi? -


is there equivalent the:

microsoft.web.infrastructure.dynamicmodulehelper.dynamicmoduleutility.registermodule(typeof(unityperrequesthttpmodule)); 

found in unity mvc bootstrap webapi boostrap?

yep, unity.webapi nuget package + registering services hierarchicallifetimemanager.


Comments