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