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:
parent
c158103700
commit
9da30669af
@ -5,6 +5,8 @@ namespace Bit.Core.Models.Api
|
||||
{
|
||||
public class CipherSecureNoteModel
|
||||
{
|
||||
public CipherSecureNoteModel() { }
|
||||
|
||||
public SecureNoteType Type { get; set; }
|
||||
|
||||
public CipherSecureNoteModel(CipherSecureNoteData data)
|
||||
|
Loading…
Reference in New Issue
Block a user