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