mirror of
https://github.com/bitwarden/server.git
synced 2025-04-25 14:52:21 -05:00
8 lines
103 B
C#
8 lines
103 B
C#
namespace Bit.Core
|
|
{
|
|
public interface IDataObject
|
|
{
|
|
string Id { get; set; }
|
|
}
|
|
}
|