Example #1
0
 public IResult <IProperty> CreateProperty(IProperty property)
 {
     return(submodelServiceProvider.CreateProperty(property));
 }