I have a plug in style application and I would like the ability to just pass a collection of assemblies into the AddRoutesFromAssembly method. Currently I am looping through and calling it multiple times but it would be nice to be able to just call it once and pass in the list of assemblies.
I have a plug in style application and I would like the ability to just pass a collection of assemblies into the AddRoutesFromAssembly method. Currently I am looping through and calling it multiple times but it would be nice to be able to just call it once and pass in the list of assemblies.