Table of Contents

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

logger ILogger

Logger instance for logging operations.

getFileSettings GetFileSettings

Function to resolve file paths by name.

Returns

Task