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