IHasWrtiableAllowedCountries<TAggregate>
public interface IHasWrtiableAllowedCountries<TAggregate> : IHasReadableAllowedCountries
Inheritance
- interface IHasReadableAllowedCountries
Namespace
Methods
AllowInCountry (1 of 2)
public TAggregate AllowInCountry(CountryReadOnly country)
AllowInCountry (2 of 2)
public TAggregate AllowInCountry(Guid countryId)
DisallowInCountry (1 of 2)
public TAggregate DisallowInCountry(CountryReadOnly country)
DisallowInCountry (2 of 2)
public TAggregate DisallowInCountry(Guid countryId)