Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. public class ConfigFileConfigurationInstaller: IWindsorInstaller
  2. {
  3. public void Install(Castle.Windsor.IWindsorContainer container, Castle.MicroKernel.SubSystems.Configuration.IConfigurationStore store)
  4. {
  5. container.Register(Component.For(typeof(IAzureSBConfiguration)).ImplementedBy(typeof(ConfigFileConfiguration)));
  6. }
  7. }
  8.  
  9. <install assembly="AzureSBQueuing" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement