mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
1st working version in clean arch
WIP Parent group mapping issues
This commit is contained in:
11
ModernKeePass.Application/Common/Interfaces/IEntityVm.cs
Normal file
11
ModernKeePass.Application/Common/Interfaces/IEntityVm.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using ModernKeePass.Domain.Enums;
|
||||
|
||||
namespace ModernKeePass.Application.Common.Interfaces
|
||||
{
|
||||
public interface IEntityVm
|
||||
{
|
||||
string Id { get; set; }
|
||||
string Title { get; set; }
|
||||
Icon Icon { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user