public DoActionEditMembershipCurrencyBlock(EditCustomPriceTierCommand editPriceTierCommand, RemoveCustomPriceTierCommand removePriceTierCommand, AddCustomPriceTierCommand addPriceTierCommand)
 {
     _editPriceTierCommand         = editPriceTierCommand;
     _removeCustomPriceTierCommand = removePriceTierCommand;
     _addPriceTierCommand          = addPriceTierCommand;
 }
Ejemplo n.º 2
0
 public DoActionAddMembershipCurrencyBlock(AddCustomPriceTierCommand addCustomPriceTierCommand)
 {
     _addCustomPriceTierCommand = addCustomPriceTierCommand;
 }