mirror of
https://github.com/bitwarden/server.git
synced 2025-04-28 00:02:26 -05: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; }
|
|
}
|