Exemplo n.º 1
0
 public static <T extends ServiceConfiguration> T store(final T t) {
   return DatabaseProvider.INSTANCE.store(t);
 }