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