mirror of
https://github.com/bitwarden/server
synced 2025-12-18 17:23:28 +00:00
Group access & sproc/model refactoring.
This commit is contained in:
10
src/Core/Models/Data/SelectionReadOnly.cs
Normal file
10
src/Core/Models/Data/SelectionReadOnly.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace Bit.Core.Models.Data
|
||||
{
|
||||
public class SelectionReadOnly
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public bool ReadOnly { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user