6 lines
129 B
C#

namespace Adaptation.Eaf.Management.ConfigurationData.CellAutomation
{
public interface IConfigurationObject
{
}
}