Method | Description | |
---|---|---|
Execute ( IAppContext context ) : void | ||
FinishWorker ( ILogger logger, ISingletonDependency singletonDependency, IScopedDependency scopedDependency, ITransientDependency transientDependency ) : ArtMind.AppFlow.UseCase.Service.Abstractions |
public Execute ( IAppContext context ) : void | ||
context | IAppContext | |
return | void |
public FinishWorker ( ILogger logger, ISingletonDependency singletonDependency, IScopedDependency scopedDependency, ITransientDependency transientDependency ) : ArtMind.AppFlow.UseCase.Service.Abstractions | ||
logger | ILogger | |
singletonDependency | ISingletonDependency | |
scopedDependency | IScopedDependency | |
transientDependency | ITransientDependency | |
return | ArtMind.AppFlow.UseCase.Service.Abstractions |