refactor: abstract IWebHostEnvironment to IReceiptStorageOptions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace MoneyMap.Services;
|
||||
|
||||
public interface IReceiptStorageOptions
|
||||
{
|
||||
string ReceiptsBasePath { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user