szabototo89 / CodeSharper

Refactoring tool, written in C# and using TDD for developing
1 stars 0 forks source link

[core] Implement ServiceFactory class #52

Closed szabototo89 closed 8 years ago

szabototo89 commented 8 years ago

Service Factory should be implemented which helps in context to create new services.

   var filterService = ServiceFactory.Create<IFilterService>();
szabototo89 commented 8 years ago

Create is renamed to GetService<T>