mirror of
https://github.com/bitwarden/server
synced 2026-01-08 19:43:34 +00:00
update libs and cleanup
This commit is contained in:
@@ -3,7 +3,7 @@ using Bit.Core.Utilities;
|
||||
|
||||
namespace Bit.Core.Models.Table
|
||||
{
|
||||
public class Collection : IDataObject<Guid>
|
||||
public class Collection : ITableObject<Guid>
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public Guid OrganizationId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user