public DoActionRemoveCustomPriceTierBlock(RemoveCustomPriceTierCommand removePriceTierCommand)
 {
     _removeCustomPriceTierCommand = removePriceTierCommand;
 }
 public DoActionEditMembershipCurrencyBlock(EditCustomPriceTierCommand editPriceTierCommand, RemoveCustomPriceTierCommand removePriceTierCommand, AddCustomPriceTierCommand addPriceTierCommand)
 {
     _editPriceTierCommand         = editPriceTierCommand;
     _removeCustomPriceTierCommand = removePriceTierCommand;
     _addPriceTierCommand          = addPriceTierCommand;
 }
 public DoActionRemoveMembershipCurrencyBlock(RemoveCustomPriceTierCommand removePriceTierCommand)
 {
     _removeCustomPriceTierCommand = removePriceTierCommand;
 }