Beispiel #1
0
 public EntitySettingsAppService(IPropertySettingManagementStore settingStore)
 {
     SettingStore = settingStore;
 }
Beispiel #2
0
 public PropertySettingStore(IPropertySettingManagementStore managementStore)
 {
     ManagementStore = managementStore;
 }