7 lines
97 B
C#
7 lines
97 B
C#
namespace DDD.Interfaces
|
|
{
|
|
public interface IIdx
|
|
{
|
|
string Idx { get; }
|
|
}
|
|
} |