Exemple #1
0
 //GET: Chat
 public ActionResult ShowChat()
 {
     return(View(_chat.All_reciever()));
 }