8 lines
81 B
C#
8 lines
81 B
C#
namespace Bitvault;
|
|
|
|
public record Item
|
|
{
|
|
public int Id { get; init; }
|
|
}
|
|
|