1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 01:22:50 -05:00

rename foles for subvault => collection

This commit is contained in:
Kyle Spearrin
2017-04-27 09:28:23 -04:00
parent b2bebda9ed
commit 755da8c38f
20 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,10 @@
using System;
namespace Bit.Core.Models.Table
{
public class CollectionCipher
{
public Guid CollectionId { get; set; }
public Guid CipherId { get; set; }
}
}