C# Class Pepino.Web.DispatcherFactory

Inheritance: IDispatcherFactory
Mostra file Open project: AcklenAvenue/Pepino

Public Methods

Method Description
Create ( IUserSession userSession, object command ) : ICommandDispatcher
DispatcherFactory ( ILifetimeScope container ) : Autofac

Method Details

Create() public method

public Create ( IUserSession userSession, object command ) : ICommandDispatcher
userSession IUserSession
command object
return ICommandDispatcher

DispatcherFactory() public method

public DispatcherFactory ( ILifetimeScope container ) : Autofac
container ILifetimeScope
return Autofac