Exemple #1
0
 /// <inheritdoc />
 public TInterface GetResource <TInterface>() where TInterface : class
 {
     return(_serviceLocator.GetResource <TInterface>(LayerTypeName));
 }