PkWorkingHoursService.java 174 B

123456789101112
  1. package com.malk.pake.service;
  2. public interface PkWorkingHoursService {
  3. void fillInReminderMonth();
  4. void fillInReminderDay();
  5. void fillInReminderPeople();
  6. }