d63ded45e1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
111 B
C#
7 lines
111 B
C#
namespace MoneyMap.Services;
|
|
|
|
public interface IReceiptStorageOptions
|
|
{
|
|
string ReceiptsBasePath { get; }
|
|
}
|