Пример #1
0
 public IEnumerable <UserChat> GetAllChats(int id)
 {
     return(usersBL.GetAllChats(id));
 }