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