7 lines
89 B
C#
7 lines
89 B
C#
namespace Pilz.Net.Data;
|
|
|
|
public interface IDataObject
|
|
{
|
|
public int Id { get; }
|
|
}
|