CQRSSample.WpfClient.Modules.CustomerDetails.WhatsNext.WhatsNextViewModel.SearchCustomer C# (CSharp) Method

SearchCustomer() public method

public SearchCustomer ( ) : void
return void
        public void SearchCustomer()
        {
            _eventAggregator.Publish(new ShowSearchCustomerEvent());
        }