public Task RevertDeleteCompany(
CompanyDto company,
UserSessionData revertDeletedBy,
CancellationToken cancellationToken = default
)| UnauthorizedAccessException | Thrown if the user revertDeletedBy did not have the correct permissions |
| ArgumentNullException | Thrown if company or revertDeletedBy was |