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:
10
ModernKeePass.Infrastructure/Common/MachineDateTime.cs
Normal file
10
ModernKeePass.Infrastructure/Common/MachineDateTime.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using ModernKeePass.Domain.Interfaces;
|
||||
|
||||
namespace ModernKeePass.Infrastructure.Common
|
||||
{
|
||||
public class MachineDateTime: IDateTime
|
||||
{
|
||||
public DateTime Now => DateTime.Now;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user