Exemplo n.º 1
0
 public IEnumerable <Chatroom> GetAllChatrooms()
 {
     return(service.GetAllChatrooms());
 }