C# Class Bottles.Services.Tests.BottleServiceTester.InnerService

Inheritance: IActivator, IDeactivator
Mostrar archivo Open project: DarthFubuMVC/bottles

Public Methods

Method Description
Activate ( IEnumerable packages, IPackageLog log ) : void
Deactivate ( IPackageLog log ) : void

Method Details

Activate() public method

public Activate ( IEnumerable packages, IPackageLog log ) : void
packages IEnumerable
log IPackageLog
return void

Deactivate() public method

public Deactivate ( IPackageLog log ) : void
log IPackageLog
return void