<?php interface IWeightReadingRepository { public function Delete($id); public function GetAll($userId); public function GetReadingsInDateRange($userId, DateTime $from, DateTime $to); }