1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-01 23:31:41 +01: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)