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
|
||||
GetService(Type serviceType)
|
||||
{
|
||||
return _lazyServiceProvider.Value;
|
||||
return _lazyServiceProvider.Value.GetService(serviceType);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user