8 lines
99 B
C#
8 lines
99 B
C#
namespace FlowScope.Config
|
|
{
|
|
public interface IConfigRow
|
|
{
|
|
int Id { get; }
|
|
}
|
|
}
|