Class SellingUCAps
- Namespace
- SunamoDevCode.Aps
- Assembly
- SunamoDevCode.dll
Manages the selling use case for APS, loading and maintaining the list of items to sell.
public class SellingUCAps
- Inheritance
-
SellingUCAps
- Inherited Members
- Extension Methods
Methods
Init(ILogger, GetFileSettings)
Initializes the selling collection by loading it from the ToSelling.txt file.
public Task Init(ILogger logger, GetFileSettings getFileSettings)
Parameters
loggerILoggerLogger instance for logging operations.
getFileSettingsGetFileSettingsFunction to resolve file paths by name.