1
0
mirror of https://github.com/bitwarden/server synced 2025-12-20 10:13:39 +00:00

empty ctor for note model

This commit is contained in:
Kyle Spearrin
2018-03-03 13:50:35 -05:00
parent c158103700
commit 9da30669af

View File

@@ -5,6 +5,8 @@ namespace Bit.Core.Models.Api
{
public class CipherSecureNoteModel
{
public CipherSecureNoteModel() { }
public SecureNoteType Type { get; set; }
public CipherSecureNoteModel(CipherSecureNoteData data)