mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 22:23:18 +08:00
8 lines
103 B
C#
8 lines
103 B
C#
namespace Bit.Core
|
|
{
|
|
public interface IDataObject
|
|
{
|
|
string Id { get; set; }
|
|
}
|
|
}
|