C# Class Skight.eLiteWeb.Presentation.Web.FrontControllers.CommandResolverImpl

Inheritance: CommandResolver
Mostra file Open project: SkightTeam/eLiteWeb

Public Methods

Method Description
CommandResolverImpl ( IEnumerable availableCommands ) : System.Collections.Generic
get_command_to_process ( WebRequest request ) : Command

Method Details

CommandResolverImpl() public method

public CommandResolverImpl ( IEnumerable availableCommands ) : System.Collections.Generic
availableCommands IEnumerable
return System.Collections.Generic

get_command_to_process() public method

public get_command_to_process ( WebRequest request ) : Command
request WebRequest
return Command