Files
server/src/Core/Entities/CollectionCipher.cs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
167 B
C#
Raw Normal View History

namespace Bit.Core.Entities;
2022-08-29 16:06:55 -04:00
#nullable enable
public class CollectionCipher
{
2017-04-27 09:19:30 -04:00
public Guid CollectionId { get; set; }
public Guid CipherId { get; set; }
}