Exemplo n.º 1
0
 private bool AttendanceExists(int id)
 {
     return(AttendanceRepo.Exists(id) > 0);
 }