add PropertyObject & PropertyValue, move to Pilz, make everything .net 8 only
This commit is contained in:
6
Pilz/Data/IDataObject.cs
Normal file
6
Pilz/Data/IDataObject.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Pilz.Data;
|
||||
|
||||
public interface IDataObject
|
||||
{
|
||||
public int Id { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user