コード例 #1
0
 internal List <Attendance> GetAttendancesForEmployee(Employee e)
 {
     return(AttendanceRepo.GetAttendancesForEmployee(e));
 }