Exemplo n.º 1
0
 public void DeleteRoom(int userId, string token, int id)
 {
     client.DeleteRoom(application_Id, userId, token, id);
 }