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