public DoActionEditMembershipCurrencyBlock(EditCustomPriceTierCommand editPriceTierCommand, RemoveCustomPriceTierCommand removePriceTierCommand, AddCustomPriceTierCommand addPriceTierCommand)
 {
     _editPriceTierCommand         = editPriceTierCommand;
     _removeCustomPriceTierCommand = removePriceTierCommand;
     _addPriceTierCommand          = addPriceTierCommand;
 }
Exemple #2
0
 public DoActionEditCustomPriceTierBlock(EditCustomPriceTierCommand editPriceTierCommand)
 {
     _editPriceTierCommand = editPriceTierCommand;
 }