Example #1
0
 private void Handle(Input.SortTotalCommissionTrigger action)
 {
     PopulateSortedOffice(x => x.TotalCommission);
 }
 void Handle(Input.SortTotalCommissionTrigger action)
 {
 }