mirror of
https://github.com/bitwarden/server.git
synced 2025-04-22 13:35:10 -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 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; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user