1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-13 17:18:14 -05:00

rearrange file

This commit is contained in:
Kyle Spearrin 2019-04-14 22:45:58 -04:00
parent 03bcce1e73
commit 9ed52da2f5

View File

@ -7,11 +7,11 @@ namespace Bit.Core.Models.Api
{
public CipherSecureNoteModel() { }
public SecureNoteType Type { get; set; }
public CipherSecureNoteModel(CipherSecureNoteData data)
{
Type = data.Type;
}
public SecureNoteType Type { get; set; }
}
}