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