Пример #1
0
 public async Task Remover(int id)
 {
     await _familiaService.ExcluirAsync(id);
 }