9 lines
143 B
C#
9 lines
143 B
C#
// ReSharper disable once CheckNamespace
|
|
namespace BlueWaterProject
|
|
{
|
|
public interface IIdx
|
|
{
|
|
string Idx { get; set; }
|
|
}
|
|
}
|