1718192021222324
new TodoService().run(arguments); } public TodoService() { addBundle(new ViewBundle()); addBundle(new DBIExceptionsBundle()); addBundle(new AssetsBundle("/assets")); }