forked from ddrilling/AsbCloudServer
8 lines
107 B
C#
8 lines
107 B
C#
namespace AsbCloudApp.Data
|
|
{
|
|
public interface IId
|
|
{
|
|
public int Id { get; set; }
|
|
}
|
|
}
|