ValidateAllowedCountryBelongsToCurrencyStore
public class ValidateAllowedCountryBelongsToCurrencyStore :
ValidationEventHandlerBase<ValidateCurrencyAllowInCountry>
Inheritance
Namespace
Constructors
ValidateAllowedCountryBelongsToCurrencyStore
public ValidateAllowedCountryBelongsToCurrencyStore(ICountryService countryService)
Fields
_countryService
public ICountryService _countryService;
Methods
Validate
public override void Validate(ValidateCurrencyAllowInCountry evt)