Exemplo n.º 1
0
 public List <ChatMessage> GetAllMessage()
 {
     return(_chatRepository.GetAllMessage());
 }