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