コード例 #1
0
 public async Task DeleteAsync(JobAge item)
 {
     await _repository.DeleteAsync(item);
 }