2022-03-29 07:23:13 -07:00

5 lines
84 B
C#

namespace Library.Eaf.EquipmentCore.Control;
public interface IPackageSource
{
}