Beispiel #1
0
 public string DelRoom(int roomID)
 {
     return(JsonConvert.SerializeObject(roomLogic.DelRoom(roomID)));
 }