fix(factory): return requested service from IServiceProvider in GetService method
This commit is contained in:
parent
c538a8df8c
commit
ddbb70081e
@ -28,7 +28,7 @@ namespace DigitalData.Core.Abstractions
|
|||||||
#endif
|
#endif
|
||||||
GetService(Type serviceType)
|
GetService(Type serviceType)
|
||||||
{
|
{
|
||||||
return _lazyServiceProvider.Value;
|
return _lazyServiceProvider.Value.GetService(serviceType);
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user