ProductionsRepository

class Object
trait Matchable
class Any

Value members

Abstract methods

def readInProgressProduction[M[_] : CanRaise[String]](productionID: String): M[InProgressDTO]
def updateToEnded[M[_] : LiftIO](production: EndedDTO): M[Unit]
def writeInProgressProductions[M[_] : LiftIO](productions: List[InProgressDTO]): M[Unit]