Skip to content

Commit

Permalink
feat: add ModeTimeRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Sep 2, 2022
1 parent 5406957 commit 6824ae6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package click.seichi.timetogo.model

trait ModeTimeRepository {
def list(): List[ModeTime]
}

0 comments on commit 6824ae6

Please sign in to comment.