示例#1
0
 public async Task DeleteHuman(int humanId)
 {
     await _repository.DeleteHuman(humanId);
 }