Explorar el Código

create temp class

zahmis hace 5 años
padre
commit
124cfb70bd
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. 13 0
      packages/slack/src/services/register.js

+ 13 - 0
packages/slack/src/services/register.js

@@ -0,0 +1,13 @@
+class RegisterService {
+
+  constructor(crowi) {
+    this.crowi = crowi;
+  }
+
+  hogeFunction(body) {
+    console.log(body);
+  }
+
+}
+
+module.exports = RegisterService;