jspuij / RESTier

A turn-key library for building RESTful services
http://odata.github.io/RESTier
Other
2 stars 0 forks source link

Remove GetApiService from ApiBaseExtensions. #30

Closed jspuij closed 5 years ago

jspuij commented 5 years ago

GetApiService is classic service locator anti-pattern. Remove it from the Api Extensions. Replace with constructor injection where applicable.