Ejemplo n.º 1
0
 /// <summary>
 /// Determines whether the service exists, if it was registered in the container.
 /// </summary>
 /// <returns>True if it exists, false otherwise.</returns>
 public bool IsSatisfied() => _locator.CanLocate(typeof(TService), key: _qualifier);