Interface IKeyedServiceFactory<TService>
- Namespace
- JobFlow.Core.Infrastructure.Factories
- Assembly
- JobFlow.Core.dll
public interface IKeyedServiceFactory<TService>
Type Parameters
TService
- Extension Methods
Methods
Resolve(string)
TService Resolve(string key)
Parameters
key
string
Returns
- TService