/**
 * ISchedulePersistenceService.java
 * Created Apr 23, 2008
 * Copyright (c) TANDBERG Television 2007-2008
 */
package com.tandbergtv.watchpoint.pmm.schedule;

import com.tandbergtv.watchpoint.pmm.assetlist.IAssetListPersistenceService;
import com.tandbergtv.watchpoint.pmm.entities.Schedule;

/**
 * Schedule persistence service
 * 
 * @author Sahil Verma
 */
public interface ISchedulePersistenceService extends IAssetListPersistenceService<Schedule> {

}
