forked from ddrilling/AsbCloudServer
8 lines
102 B
C#
8 lines
102 B
C#
namespace AsbCloudDb.Model
|
|
{
|
|
public interface IId
|
|
{
|
|
public int Id { get; }
|
|
}
|
|
}
|