Interface IGeoFenceRepository
Geo fence repository
Namespace: Simplic.Contact
Assembly: Simplic.Contact.dll
Syntax
public interface IGeoFenceRepository
Methods
| Improve this Doc View SourceGetByContactId(Guid)
Get a list of geofences by there contact id
Declaration
IEnumerable<GeoFence> GetByContactId(Guid contactGuid)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | contactGuid |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<GeoFence> |