mirror of
https://github.com/bitwarden/server
synced 2026-02-26 01:13:35 +00:00
First pass at semaphore
This commit is contained in:
8
src/Core/Entities/DefaultCollectionSemaphore.cs
Normal file
8
src/Core/Entities/DefaultCollectionSemaphore.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Bit.Core.Entities;
|
||||
|
||||
public class DefaultCollectionSemaphore
|
||||
{
|
||||
public Guid OrganizationId { get; set; }
|
||||
public Guid OrganizationUserId { get; set; }
|
||||
public DateTime CreationDate { get; set; } = DateTime.UtcNow;
|
||||
}
|
||||
Reference in New Issue
Block a user