Ejemplo n.º 1
0
 private void IncludeAllInterfaces()
 {
     foreach (var type in _registration.Type.GetTypeInfo().GetInterfaces())
     {
         _registrator.TryRegister(type, _registration);
     }
 }