Skip to content

Commit

Permalink
feat(#53): converted messaging service classes java to kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
KimDoubleB committed Jan 22, 2023
1 parent d15f258 commit 7ad0d73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package site.archive.service.message

import site.archive.dto.v1.user.BaseUserDtoV1

interface MessagingService {

fun sendUserRegisterMessage(user: BaseUserDtoV1, registerType: String)

}

0 comments on commit 7ad0d73

Please sign in to comment.