IAzureCosmosDbDeleteCompany Method
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
Task DeleteCompany(
CompanyDto company,
UserSessionData deletedBy
)
- company CompanyDto
- Company to delete
- deletedBy UserSessionData
- User deleting the items
TaskTask completion
This method does not utilise a
CancellationToken since we cannot allow it to be disrupted, as it would ensure
data would be left in the database that we don't want to be there anymore.