MapMarkerRepositoryGetCompanyAllMapMarkers Method
Get all Map Markers from a company, whether deleted or not.
Namespace: MobileTrack.DataContainers.RepositoriesAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public Task<Dictionary<Guid, MapMarkerDto>> GetCompanyAllMapMarkers(
Guid companyId,
CancellationToken cancellationToken
)
- companyId Guid
- ID of company to get the map markers from
- cancellationToken CancellationToken
- Cancellation token
TaskDictionaryGuid,
MapMarkerDtoMap Markers belonging to the company