Interface IFederalStateRepository
Namespace: Simplic.Geography
Assembly: Simplic.Geography.dll
Syntax
public interface IFederalStateRepository
Methods
| Improve this Doc View SourceGetByCountry(Guid)
Declaration
IEnumerable<FederalState> GetByCountry(Guid countryId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | countryId |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<FederalState> |