package com.malk.pake.service; public interface PkWorkingHoursService { void fillInReminderMonth(); void fillInReminderDay(); void fillInReminderPeople(); }