示例#1
0
 public async Task ConfirmDelete(string id)
 {
     await _marcaService.DeleteAsync("marcas/" + id);
 }