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