[RouteAttribute("/admin/company/deleted")]
public class DeletedCompanies : MtBaseComponent,
IHasAzureStorage| DeletedCompanies | Initializes a new instance of the DeletedCompanies class |
| AzureFileStorage |
Dependency injection of the IAzureStorage Azure Blob Storage service. Every CompanyDto, except for MobileTrack itself (for now?) has their own folder in the blob storage to store files in. This can be their logo or icon files, images representing users or Devices, or attachments they want to store. It can also be used to store reports in generated by MobileTrack Nexus. |
| ConfirmDialog | Modal for confirming an action |
| RequiredPermissionsForManage |
Lists the permissions the user needs to be able to manage the page/item
(Overrides MtBaseComponentRequiredPermissionsForManage) |
| RequiredPermissionsForView |
Lists the permissions the user needs to be able to view the page/item
(Overrides MtBaseComponentRequiredPermissionsForView) |