Ejemplo n.º 1
0
 public EntitySettingsAppService(IPropertySettingManagementStore settingStore)
 {
     SettingStore = settingStore;
 }
Ejemplo n.º 2
0
 public PropertySettingStore(IPropertySettingManagementStore managementStore)
 {
     ManagementStore = managementStore;
 }