lila/modules/study/src/main/StudyApi.scala

15 lines
251 B
Scala
Raw Normal View History

2016-02-26 05:08:11 -07:00
package lila.study
import org.joda.time.DateTime
import lila.hub.actorApi.map.Tell
import lila.hub.actorApi.SendTo
final class StudyApi(
repo: StudyRepo,
jsonView: JsonView,
socketHub: akka.actor.ActorRef) {
def byId = repo byId _
}