IHasWrtiableAllowedCountryRegions<TAggregate>
public interface IHasWrtiableAllowedCountryRegions<TAggregate> : IHasReadableAllowedCountryRegions,
IHasWrtiableAllowedCountries<TAggregate>
Inheritance
- interface IHasReadableAllowedCountryRegions
- interface IHasWrtiableAllowedCountries<TAggregate>
Namespace
Methods
AllowInRegion (1 of 2)
public TAggregate AllowInRegion(RegionReadOnly region)
AllowInRegion (2 of 2)
public TAggregate AllowInRegion(Guid countryId, Guid regionId)
DisallowInRegion (1 of 2)
public TAggregate DisallowInRegion(RegionReadOnly region)
DisallowInRegion (2 of 2)
public TAggregate DisallowInRegion(Guid countryId, Guid regionId)