C# Class CQRSSample.WpfClient.Modules.CustomerDetails.WhatsNext.WhatsNextViewModel

Inheritance: Caliburn.Micro.Screen
Show file Open project: JoergEg/CQRS-Sample

Public Methods

Method Description
AddCustomer ( ) : void
SearchCustomer ( ) : void
WhatsNextViewModel ( IEventAggregator eventAggregator ) : Caliburn.Micro

Method Details

AddCustomer() public method

public AddCustomer ( ) : void
return void

SearchCustomer() public method

public SearchCustomer ( ) : void
return void

WhatsNextViewModel() public method

public WhatsNextViewModel ( IEventAggregator eventAggregator ) : Caliburn.Micro
eventAggregator IEventAggregator
return Caliburn.Micro