7 lines
104 B
C#
7 lines
104 B
C#
namespace SchoolAgainStudyDataModels
|
|
{
|
|
public interface IId
|
|
{
|
|
int Id { get; }
|
|
}
|
|
} |