mirror of
https://github.com/bitwarden/server.git
synced 2025-04-13 17:18:14 -05:00
rearrange file
This commit is contained in:
parent
03bcce1e73
commit
9ed52da2f5
@ -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; }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user