Catalog Lite
This commit is contained in:
parent
398cfa310e
commit
181229aa41
18 changed files with 1435 additions and 0 deletions
11
CatalogLite/CatalogLiteConfiguration.cs
Normal file
11
CatalogLite/CatalogLiteConfiguration.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using MaddoShared;
|
||||
|
||||
namespace CatalogLite;
|
||||
|
||||
public sealed class CatalogLiteConfiguration
|
||||
{
|
||||
public required string FilePath { get; init; }
|
||||
public required string SourcePath { get; init; }
|
||||
public required string DestinationPath { get; init; }
|
||||
public required ImageCreationService.Options Options { get; init; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue