Esempio n. 1
0
 Property InterfaceProperty.EditProperty(Guid id, string title, string description)
 {
     return(propertyController.EditProperty(id, title, description));
 }