mirror of
https://github.com/wismna/ModernKeePass.git
synced 2026-03-12 00:58:07 -04:00
CSV Import command created
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace ModernKeePass.Application.Common.Interfaces
|
||||
{
|
||||
public interface IImportFormat
|
||||
{
|
||||
List<Dictionary<string, string>> Import(IList<string> fileContents);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user