mirror of
https://github.com/bitwarden/server
synced 2025-12-21 10:43:44 +00:00
rearrange file
This commit is contained in:
@@ -7,11 +7,11 @@ namespace Bit.Core.Models.Api
|
|||||||
{
|
{
|
||||||
public CipherSecureNoteModel() { }
|
public CipherSecureNoteModel() { }
|
||||||
|
|
||||||
public SecureNoteType Type { get; set; }
|
|
||||||
|
|
||||||
public CipherSecureNoteModel(CipherSecureNoteData data)
|
public CipherSecureNoteModel(CipherSecureNoteData data)
|
||||||
{
|
{
|
||||||
Type = data.Type;
|
Type = data.Type;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public SecureNoteType Type { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user