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