1
0
mirror of https://github.com/bitwarden/server synced 2025-12-24 12:13:17 +00:00
Files
server/src/Core/Entities/CollectionCipher.cs
2022-08-29 16:06:55 -04:00

8 lines
149 B
C#

namespace Bit.Core.Entities;
public class CollectionCipher
{
public Guid CollectionId { get; set; }
public Guid CipherId { get; set; }
}