6 lines
101 B
C#

namespace Adaptation.Eaf.EquipmentCore.Control
{
public interface IPackageSource
{
}
}