Exemplo n.º 1
0
 public async Task DeleteTab(int id)
 {
     await _tabService.DeleteTab(id);
 }