<?php interface ITemperatureReadingRepository { public function GetAll(); public function GetRange(DateTime $from, DateTime $to); }