Created empty showInstance service.

Split populateShowUntil into 2 new functions: getPopulateDateUntil, and getShowDays
This commit is contained in:
denise 2013-02-26 13:21:39 -05:00
parent d497cfa857
commit c29e11fa0f
3 changed files with 44 additions and 1 deletions

View file

@ -0,0 +1,8 @@
<?php
class Application_Service_ShowInstanceService
{
public function createShowInstances($showId, $populateUntil)
{
}
}