mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Added lots of commands
Simplified KeePass client
This commit is contained in:
9
ModernKeePass.Domain/Interfaces/IDateTime.cs
Normal file
9
ModernKeePass.Domain/Interfaces/IDateTime.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace ModernKeePass.Domain.Interfaces
|
||||
{
|
||||
public interface IDateTime
|
||||
{
|
||||
DateTime Now { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user