Exemplo n.º 1
0
 public void ViewCustomer(CustomerListItemViewModel selectedCustomerViewModel)
 {
     this.eventAggregator.GetEvent <ShowCustomerEvent>().Publish(selectedCustomerViewModel.Customer);
 }
 public void ViewCustomer(CustomerListItemViewModel selectedCustomerViewModel)
 {
   this.eventAggregator.GetEvent<ShowCustomerEvent>().Publish(selectedCustomerViewModel.Customer);
 }