Ejemplo n.º 1
0
 public async Task <bool> CancelMeAsync(int id, int employeeId)
 {
     return(await _leaveRepository.CancelAsync(id, employeeId, 0));
 }