public async Task <string> AcceptJob(int AbsenceId, string SubstituteId, string AcceptVia) { return(await _jobRepository.AcceptJob(AbsenceId, SubstituteId, AcceptVia)); }