blob: 9bb015cdf233347cd438bb88086f41fffc6e506a [file] [log] [blame]
using BaSys40.Models.Core.Identification;
namespace BaSys40.Models.Connectivity
{
public interface IServiceDescriptor : IAddressable, IIdentifiable
{
}
}