tyronegroves / SimpleCQRS

A framework for building applications using the CQRS and Event Sourcing patterns.
261 stars 92 forks source link

Ioc #2

Closed darrencauthon closed 14 years ago

darrencauthon commented 14 years ago

1.) Added a factory method for registering types. 2.) Used the factory method to register the service locator. 3.) Brought back the dispose call in service locator.

It should not get caught in an endless loop now.

tyronegroves commented 14 years ago

thanks will pull request accepted