blob: 78d349e5b0ecda46c2a39c7b157291061b542b46 [file] [log] [blame]
using BaSys40.API.Platform.Agents;
namespace BaSys40.API.Platform
{
public interface IAssetAdministrationShellManager : IAssetAdministrationShellAggregator, IAssetAdministrationShellAgent, ISubmodelAgent
{
}
}