KneeSurgery
|
Service for managing bootstrap operations and application initialization. Provides functionality to extract and prepare necessary application components. More...
Public Member Functions | |
Task<(bool, string)> | ExtractAsync () |
Extracts the required files and components for application initialization asynchronously. This operation prepares the application environment by extracting necessary resources. |
Service for managing bootstrap operations and application initialization. Provides functionality to extract and prepare necessary application components.
Task<(bool, string)> KneeSurgery.Interfaces.IBootstrapService.ExtractAsync | ( | ) |
Extracts the required files and components for application initialization asynchronously. This operation prepares the application environment by extracting necessary resources.