Beispiel #1
0
 public virtual IList <ShiftPlanSchedule> GetAllShiftPlanSchedule()
 {
     return(entityDao.GetAllShiftPlanSchedule());
 }