Beispiel #1
0
 public bool Reject(int id)
 {
     return(jobsRepository.Reject(id));
 }