Esempio n. 1
0
 public async Task <Vacancy> DeleteVacancy(int id)
 {
     return(await repository.DeleteVacancy(id));
 }