Exemplo n.º 1
0
 public void AddChatroom([FromBody] Chatroom chatroom)
 {
     service.AddChatroom(chatroom);
 }