Beispiel #1
0
 public static Attendance GetAttendance(int id)
 {
     return(AttendanceRepository.GetAttendance(id));
 }