Пример #1
0
 public async Task <Guid> DeleteAsync(Guid id)
 {
     return(await _jobsService.DeleteJobAsync(id));
 }