Пример #1
0
 public IResult <IProperty> RetrieveProperty(string propertyId)
 {
     return(submodelServiceProvider.RetrieveProperty(propertyId));
 }