Пример #1
0
 public IList <Org> GetAll()
 {
     return(_orgRepository.GetAll("LongDesc", "Asc"));
 }