mirror of
https://github.com/bitwarden/server
synced 2025-12-21 10:43:44 +00:00
update libs and cleanup
This commit is contained in:
10
src/Core/Models/Table/ITableObject.cs
Normal file
10
src/Core/Models/Table/ITableObject.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace Bit.Core.Models.Table
|
||||
{
|
||||
public interface ITableObject<T> where T : IEquatable<T>
|
||||
{
|
||||
T Id { get; set; }
|
||||
void SetNewId();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user