package schedframe.scheduling.plugin.local; import schedframe.scheduling.plugin.grid.Module; import test.rewolucja.reservation.ReservationListNew; /** * * @author Marcin Krystek * */ public interface LocalReservationManager extends Module { public ReservationListNew getReservations(); }