2020-03-30 19:43:04 +02:00
|
|
|
|
namespace ModernKeePass.Application.Parameters.Models
|
2020-03-26 19:04:51 +01:00
|
|
|
|
{
|
2020-03-30 19:43:04 +02:00
|
|
|
|
public class CipherVm
|
2020-03-26 19:04:51 +01:00
|
|
|
|
{
|
|
|
|
|
public string Id { get; set; }
|
|
|
|
|
public string Name { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|