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

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

8 lines
149 B
C#
Raw Normal View History

2022-08-29 16:06:55 -04:00
namespace Bit.Core.Entities;
public class CollectionCipher
{
2022-08-29 16:06:55 -04:00
public Guid CollectionId { get; set; }
public Guid CipherId { get; set; }
}