Exemplo n.º 1
0
 public void DeleteRoomRole(int userId, string token, int room_Id, int user_Id, int role_Id)
 {
     client.DeleteRoomRole(application_Id, userId, token, room_Id, user_Id, role_Id);
 }