예제 #1
0
 public void EditChatRoom(ChatRoom chatRoom, string name, long editUserId)
 {
     chatRoom.Edit(name, editUserId);
 }