mirror of
https://github.com/bitwarden/server
synced 2025-12-24 12:13:17 +00:00
8 lines
149 B
C#
8 lines
149 B
C#
namespace Bit.Core.Entities;
|
|
|
|
public class CollectionCipher
|
|
{
|
|
public Guid CollectionId { get; set; }
|
|
public Guid CipherId { get; set; }
|
|
}
|