Пример #1
0
 public IList <tblMessage> GetAllMsg()
 {
     return(_iMsgRepository.GetAllMsg().ToList());
 }