Files
modernkeepass/ModernKeePass.Application/Parameters/Models/CipherVm.cs
Geoffroy BONNEVILLE e4bd788ed3 1st working version in clean arch
WIP Parent group mapping issues
2020-03-30 19:43:04 +02:00

8 lines
178 B
C#

namespace ModernKeePass.Application.Parameters.Models
{
public class CipherVm
{
public string Id { get; set; }
public string Name { get; set; }
}
}