1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-18 09:13:15 +00:00
This commit is contained in:
Kyle Spearrin
2016-05-03 02:08:50 -04:00
parent c6222c8ed3
commit 92e74274e0
24 changed files with 574 additions and 214 deletions

View File

@@ -4,8 +4,7 @@ namespace Bit.App.Models
{
public abstract class Cipher
{
public int Id { get; set; }
public string ServerId { get; set; }
public string Id { get; set; }
public CipherString Name { get; set; }
}
}