예제 #1
0
 private async Task <bool> AttendanceExist(int id)
 {
     return(await _attendanceRepository.Exist(id));
 }