mirror of
https://github.com/bitwarden/server.git
synced 2026-02-03 07:33:11 +08: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; }
|
|
}
|