Esempio n. 1
0
 public void DeleteRoomGroup(int userId, string token, int id)
 {
     client.DeleteRoomGroup(application_Id, userId, token, id);
 }