Example #1
0
 public void updateConfig(EntityConfigUpdateCommand command, Username currentUser) {
   goConfigDao.updateConfig(command, currentUser);
 }
Example #2
0
 public ConfigSaveState updateConfig(UpdateConfigCommand command) {
   return goConfigDao.updateConfig(command);
 }