refactor(securestoremanager): add platform service abstractions and constants
Implement deferred code review findings: - Add IDialogService/IClipboardService interfaces for testable platform operations - Create AvaloniaDialogService and AvaloniaClipboardService implementations - Extract dialog strings and file extensions to centralized Constants classes - Refactor ViewModels to use DI instead of event delegates - Update tests to use mock services
This commit is contained in:
@@ -11,7 +11,7 @@ BEGIN
|
||||
[SourceData] VARCHAR(50) NOT NULL,
|
||||
[TableName] VARCHAR(50) NOT NULL,
|
||||
[StartDT] DATETIME2(7) NOT NULL,
|
||||
[EndDT] DATETIME2(7) NOT NULL,
|
||||
[EndDT] DATETIME2(7) NULL,
|
||||
[UpdateType] SMALLINT NOT NULL,
|
||||
[WasSuccessful] BIT NOT NULL,
|
||||
[NumberRecords] BIGINT NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user