Example #1
0
 public override void ScanPlugins(ITypeCatalog catalog)
 {
     catalog.AsImplementedInterface("Service", ServiceLifetime.Scoped);
 }
Example #2
0
 public override void ScanForServices(ITypeCatalog catalog)
 {
     catalog.AsImplementedInterface("Repository", ServiceLifetime.Scoped);
 }