Пример #1
0
 public async Task <PeopleModel> Delete(int id)
 {
     return(await _service.DeletePeople(id));
 }