C# Class Sapphire.Core.UI.Presenters.CommandServicePresenter

Inheritance: IPresenter
Show file Open project: butaji/Sapphire

Public Methods

Method Description
CommandServicePresenter ( IView view, IService service, ICommandExecutor executor ) : Sapphire.Core.Commands
RefreshData ( ) : void

Method Details

CommandServicePresenter() public method

public CommandServicePresenter ( IView view, IService service, ICommandExecutor executor ) : Sapphire.Core.Commands
view IView
service IService
executor ICommandExecutor
return Sapphire.Core.Commands

RefreshData() public method

public RefreshData ( ) : void
return void