jspuij / RESTier

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

Replace IEdmModel service location with constructor injection in ModelMapper. #32

Closed jspuij closed 5 years ago

jspuij commented 5 years ago

ModelMapper does a service location for IEdmModel in TryGetRelevantType. This can be replaced by constructor injection as ModelMapper is instantiated for every ApiBase instance.