sintonia/airtime_mvc/application/services/ShowInstanceService.php

8 lines
142 B
PHP

<?php
class Application_Service_ShowInstanceService
{
public function createShowInstances($showId, $populateUntil)
{
}
}