mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00:00
remove old share solution code
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
using Bit.Core.Domains;
|
||||
|
||||
namespace Bit.Core.Models.Data
|
||||
{
|
||||
public class CipherShare : Cipher
|
||||
{
|
||||
public bool ReadOnly { get; internal set; }
|
||||
public Enums.ShareStatusType? Status { get; internal set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user