コード例 #1
0
 public PropertyEditorsApiController()
 {
     _service = UIOMaticObjectService.Instance;
 }
コード例 #2
0
 public ObjectController(UiomaticContentAppFactoryCollection contentAppsFactoryCollection)
 {
     _service = UIOMaticObjectService.Instance;
     _contentAppsFactoryCollection = contentAppsFactoryCollection;
 }
コード例 #3
0
 public UIOMaticTreeController()
 {
     _service = UIOMaticObjectService.Instance;
 }